Examples

The code chunks below shows how to query the Expanding Growth Opportunities and Learning datasets. For official documentation go to: https://developer.dol.gov/expanding-growth/

Some examples are provided below. A list of dataset available are provided at the bottom with their corresponding # indices for both the dataset and sheet to query for.

OUI Initial Claims

library(dolr)

# The second dataset corresponds to 'OUI Initial Claims'
# The sheets shown are 1) unemploymentInsuranceInitialClaims
dol_gol(dataset = 2, sheet = 1)

IPIA


# The third dataset corresponds to 'IPIA'
# The sheets shown are 1) causeByState ...
dol_gol(dataset = 3, sheet = 1)

# ... 3) rate
dol_gol(dataset = 3, sheet = 3)

Consumer Price Indexes (CPI)


# The third dataset corresponds to 'Consumer Price Indexes'
# The sheets shown are 1) CU_AREA 
dol_gol(dataset = 8, sheet = 1)

Datasets and Sheets

Datasets Sheets
  1. Public Workforce System
  1. esFinal
  1. model
  1. recessionPeriods
  1. OUI Initial Claims
  1. unemploymentInsuranceInitialClaims
  1. IPIA
  1. causeByState
  1. causeByStateSummary
  1. rate
  1. rateSummary
  1. Quarterly Census Employment and Wage (CEW)
  1. EN_AREA
  1. EN_FOOTNOTE
  1. EN_INDUSTRY
  1. EN_LQAREA
  1. EN_OWNER
  1. EN_STATE
  1. EN_TYPE
  1. Occupational Employment Statistics Survey (OES)
  1. OE_AREA
  1. OE_AREATYPE
  1. OE_DATA_PUB
  1. OE_DATATYPE
  1. OE_FOOTNOTE
  1. OE_INDUSTRY
  1. OE_OCCUPATION
  1. OE_RELEASE
  1. OE_SEASONAL
  1. OE_SECTOR
  1. OE_SERIES
  1. Current Population Survey (CPS)
  1. LE_AGES
  1. LE_BORN
  1. LE_CLASS
  1. LE_DATA_PUB
  1. LE_EARN
  1. LE_EDUCATION
  1. LE_FIPS
  1. LE_FOOTNOTE
  1. LE_INDY
  1. LE_LFST
  1. LE_OCCUPATION
  1. LE_ORIG
  1. LE_PCTS
  1. LE_RACE
  1. LE_SEASONAL
  1. LE_SERIES
  1. LE_SEXS
  1. LE_TDATA
  1. LE_UNIN
  1. Current Employment Statistics (CES)
  1. CE_DATA_PUB
  1. CE_DATATYPE
  1. CE_FOOTNOTE
  1. CE_INDUSTRY
  1. CE_SEASONAL
  1. CE_SERIES
  1. CE_SUPERSECTOR
  1. Consumer Price Indexes (CPI)
  1. CU_AREA
  1. CU_BASE
  1. CU_DATA_PUB
  1. CU_FOOTNOTE
  1. CU_ITEM
  1. CU_PERIODICITY
  1. CU_SEASONAL
  1. CU_SERIES
  1. 2010 Workforce Investment Act
  1. workforceInvestmentAct
  1. workforceInvestmentActUi
  1. workforceInvestmentActWages
  1. lookup codes
  1. 2010 Occupational Employment Statistics
  1. area
  1. area_definitions
  1. areatype
  1. data
  1. datatype
  1. footnote
  1. industry
  1. industry_titles
  1. occugroup
  1. occupation
  1. occupation_definitions
  1. release
  1. seasonal
  1. sector
  1. series
  1. statemsa
  1. BLS Numbers
  1. averageHourlyEarnings
  1. consumerPriceIndex
  1. employmentCostIndex
  1. exportPriceIndex
  1. importPriceIndex
  1. payrollEmployment
  1. producerPriceIndex
  1. productivity
  1. unemploymentRate
  1. averageHourlyEarnings12MonthChange
  1. averageHourlyEarnings1MonthChange
  1. averageHourlyEarnings1MonthNetChange
  1. consumerPriceIndex12MonthChange
  1. consumerPriceIndex1MonthChange
  1. exportPriceIndex12MonthChange
  1. exportPriceIndex1MonthChange
  1. importPriceIndex12MonthChange
  1. importPriceIndex1MonthChange
  1. payrollEmployment12MonthChange
  1. payrollEmployment12MonthNetChange
  1. payrollEmployment1MonthChange
  1. payrollEmployment1MonthNetChange
  1. producerPriceIndex12MonthChange
  1. producerPriceIndex1MonthChange
  1. unemploymentRate12MonthChange
  1. unemploymentRate1MonthChange