Learn R Programming

blsBandit (version 0.1)

blsViewer: 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()

Arguments

Value

No return value. The user can save charts from within the interface.

Examples

Run this code
# Run the BLS data viewer.
if(interactive()){blsViewer()}

Run the code above in your browser using DataLab