The result is cached for the duration of the current R session
get_boc_series_info(series, refresh = FALSE)
A vector of series identifiers
(Optional) Refresh currently cached series if TRUE
, default is FALSE
a tibble with series metadata
# \donttest{
series_info <- get_boc_series_info(c("IEXE1001.CL", "IEXE4702"))
#> Accessing BOC series list from cache...
#> Accessing BOC series list from cache...
# }