This package contains an interface to the US Department of Labor API in R. The goal of this project is to provide an easy to use interface to access various open source datasets provided by the DOL. The DOL is an overarching department with various agencies under it. For example, one of the most popular, the Bureau of Labor Statistics (BLS).
Although there already exists an R package for the BLS, this provides datasets under the oversight of the DOL.
The US Department of Labor provides a web API located at https://developer.dol.gov/beginner/ where this library will pull data from.
The APIs and datasets which this library interfaces with:
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("etam4260/dolr")
For more details on how to setup and utilize this package. Please go to https://etam4260.github.io/dolr/. Select ‘Setup’ in the navigation bar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.