| boe_search | R Documentation |
Filters the boe_series catalogue by keyword and optional category
and frequency. Useful for finding a series code without leaving R.
Equivalent to a grepl against the title and code columns.
boe_search(query = NULL, category = NULL, frequency = NULL)
query |
Character. Keyword(s) to match against the |
category |
Character. Optional filter on the |
frequency |
Character. Optional filter on the |
A data frame with the same columns as boe_series, restricted to matching rows.
boe_browse(), boe_series
Other discovery:
boe_browse()
# Find mortgage-related series
boe_search("mortgage")
# All daily interest-rate series
boe_search(category = "interest_rates", frequency = "daily")
# Locate the Bank Rate code
boe_search("bank rate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.