Learn R Programming

pdfetch (version 0.3.1)

pdfetch_BLS: 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)

Value

a xts object

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.

See Also

Examples

Run this code
if (FALSE) {
pdfetch_BLS(c("EIUIR","EIUIR100"), 2005, 2010)
}

Run the code above in your browser using DataLab