Learn R Programming

pdfetch (version 0.3.1)

pdfetch_BOE: 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())

Value

a xts object

Arguments

identifiers

a vector of BoE series codes

from

start date

to

end date; if not given, today's date will be used

See Also

Examples

Run this code
if (FALSE) {
pdfetch_BOE(c("LPMVWYR", "LPMVWYR"), "2012-01-01")
}

Run the code above in your browser using DataLab