Skip to content

Package to View BLS Data in RShiny

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Jeremy-Fitzpatrick/blsBandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blsBandit R Package

The goal of this package is make it easy to view BLS data using Rshiny. It is currently under development and only shows the U1-U6 unemployment data.

Package Installation

If needed install devtools.
install.packages("devtools")
Install blsBandit.
devtools::install_github("Jeremy-Fitzpatrick/blsBandit")

BLS Viewer

The blsViewer() function runs a simple GUI interface where the user can select an employment series. Once the employment series is selected a start and end date to be plotted in the interface can be selected.

Update Unemployment Data

The updateUnemploymentData() function is used to update the unemployment data series in the database. It is only necessary if you'd like to get the latest data and will require the installation of the blsAPI package.

Released Under MIT License

See LICENSE.md file.

About

Package to View BLS Data in RShiny

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages