The list of series groups is cached for the duration of the current R session
list_boc_series_groups(refresh = FALSE)
(Optional) Refresh currently cached series if TRUE
, default is FALSE
a tibble with series group information
# \donttest{
series_groups <- list_boc_series_groups()
#> Accessing BOC series list from cache...
# }