get_size: Get QCEW Data by Establishment Size

Description Usage Arguments Value Examples

View source: R/qcew.R

Description

A function takes a year and establishment size class code and returns an array containing the associated size data. Size data is only available for the first quarter of each year.

Usage

1
get_size(year, size)

Arguments

year

(character, or numeric) Possible values: "1990", "1991", ..., "2015".

size

(character, or numeric) Possible values: http://www.bls.gov/cew/doc/titles/size/size_titles.htm

Value

Return a tibble, i.e., modern data frame.

Examples

1
2
3
4
5
## Not run: 
size_100_249 = qcewAPI::get_size("2013", "6")
size_100_249 = qcewAPI::get_size(2013, 6)

## End(Not run)

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