oes_employment_data_extraction: OES emlpoyment data extraction

Description Usage Arguments Examples

View source: R/bls_oes_extraction.R

Description

This function downloads the "All data" Occupation Employment Survey data from BLS for years 2012 onwards https://www.bls.gov/oes/tables.htm All files will be saved in the oes_all_files.

Usage

1

Arguments

years

Array containing the year or years for which we want to extract the data

Examples

1
2
3
4
Extract 2015, 2016 and 2017 "All data" OES data sets from BLS website
years<-c(15:17)
directory<-"/data/Stata/us_data/"
bls_emlpoyment_data_extraction(years,directory)

JFGallegos/bls_download_data documentation built on Aug. 27, 2019, 10:42 p.m.