get_boc_series | R Documentation |
The data is cached for the duration of the current R session
get_boc_series(
series,
start_date = NULL,
end_date = NULL,
recent = NULL,
recent_weeks = NULL,
recent_months = NULL,
recent_years = NULL,
quiet = FALSE,
refresh = FALSE
)
series |
A vector of series identifiers |
start_date |
(Optional) Start date for time series |
end_date |
(Optional) End date for time series |
recent |
(Optional) Only retrieve most recent |
recent_weeks |
(Optional) Only retrieve data for most recent |
recent_months |
(Optional) Only retrieve data for most recent |
recent_years |
(Optional) Only retrieve data for most recent |
quiet |
(Optional) Don't emit messages or warnings if |
refresh |
(Optional) Refresh currently cached series if |
a tibble with series data
series_data <- get_boc_series(c("IEXE1001.CL", "IEXE4702"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.