pdfetch_BOE {pdfetch} | R Documentation |
Fetch data from the Bank of England Interactive Statistical Database
Description
Fetch data from the Bank of England Interactive Statistical Database
Usage
pdfetch_BOE(identifiers, from, to = Sys.Date())
Arguments
identifiers |
a vector of BoE series codes |
from |
start date |
to |
end date; if not given, today's date will be used |
Value
a xts object
See Also
http://www.bankofengland.co.uk/boeapps/iadb/
Examples
## Not run:
pdfetch_BOE(c("LPMVWYR", "LPMVWYR"), "2012-01-01")
## End(Not run)
[Package pdfetch version 0.2.9 Index]