View source: R/boe_consumer_credit.R
| boe_consumer_credit | R Documentation |
Downloads monthly outstanding amounts of consumer credit (total, credit cards, and other consumer credit). Seasonally adjusted. Available from April 1993.
boe_consumer_credit(
type = c("total", "credit_card", "other"),
from = "1993-04-01",
to = Sys.Date(),
cache = TRUE
)
type |
Character vector. One or more of |
from |
Date or character (YYYY-MM-DD). Start date. Defaults to
|
to |
Date or character (YYYY-MM-DD). End date. Defaults to today. |
cache |
Logical. Use cached data if available (default |
A data frame with columns:
Date. End of month.
Character. Credit type.
Numeric. Outstanding amount (millions of pounds).
https://www.bankofengland.co.uk/boeapps/database/
boe_consumer_credit(from = "2015-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.