knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

About

Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge

The goal of qcewAPI is to wrap the QCEW Open Data Access RScript provided by the Bureau of Labor Statistics in an R package, and provide more documentations and examples.

Installation

# install.packages("devtools")
devtools::install_github("jjchern/qcewAPI")

Usage

Get Annual Average QCEW Data for Michigan in 2013

qcewAPI::get_area(year = "2013", qtr = "a", area = "26000")

Get Q1-2013 QCEW Data for the Construction Industry

qcewAPI::get_industry(year = "2013", qtr = "1", industry = "1012")

Get 2013 QCEW Data for Establishment Size of 100--249

qcewAPI::get_size(year = "2013", size = "6")

Related Documentation

Browse QCEW

Data Access and File Layouts



jjchern/qcewAPI documentation built on May 19, 2019, 11:39 a.m.