pdfetch_BLS {pdfetch} | R 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
Examples
## Not run:
pdfetch_BLS(c("EIUIR","EIUIR100"), 2005, 2010)
## End(Not run)
[Package pdfetch version 0.2.9 Index]