The list of series groups is cached for the duration of the current R session

list_boc_series_groups(refresh = FALSE)

Arguments

refresh

(Optional) Refresh currently cached series if TRUE, default is FALSE

Value

a tibble with series group information

Examples

# \donttest{
series_groups <- list_boc_series_groups()
#> Accessing BOC series list from cache...
# }