| print.boe_tbl | R Documentation |
Adds a one-line provenance header above the data frame body. The header summarises the request: number of series (and codes if few), observation count, date range, frequency, and any vintage tag.
## S3 method for class 'boe_tbl'
print(x, ...)
x |
A |
... |
Passed to the underlying |
x, invisibly.
op <- options(boe.cache_dir = tempdir())
x <- boe_bank_rate(from = "2020-01-01", frequency = "monthly")
print(x)
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.