pdfetch_BLS: Fetch data from U.S. Bureau of Labor Statistics

View source: R/pdfetch.R

pdfetch_BLSR Documentation

Fetch data from U.S. Bureau of Labor Statistics

Description

Fetch data from U.S. Bureau of Labor Statistics

Usage

pdfetch_BLS(identifiers, from, to)

Arguments

identifiers

a vector of BLS time series IDs

from

start year

to

end year. Note that the request will fail if this is a future year that is beyond the last available data point in the series.

Value

a xts object

See Also

https://www.bls.gov/data/

Examples

## Not run: 
pdfetch_BLS(c("EIUIR","EIUIR100"), 2005, 2010)

## End(Not run)

abielr/pdfetch documentation built on Aug. 15, 2023, 8:57 a.m.