blsViewer {blsBandit} | R Documentation |
Run the BLS Viewer
Description
This function runs the BLS (US Bureau of Labor Statistics) data viewer. Currently this viewer allows the user to select and view unemployment data. The data is static as the package blsAPI is no longer available on CRAN. To install the latest version of blsBandit and the blsAPI with update data functionality install them from github. blsAPI<https://github.com/mikeasilva/blsAPI> blsBandit<https://github.com/Jeremy-Fitzpatrick/blsBandit> The blsBandit package is not affiliated with the Bureau of Labor Statistics or US Government.
Usage
blsViewer()
Value
No return value. The user can save charts from within the interface.
Examples
# Run the BLS data viewer.
if(interactive()){blsViewer()}
[Package blsBandit version 0.1 Index]