View source: R/cansim_tables_list.R
list_cansim_tables | R Documentation |
This method is deprecated, please use 'list_cansim_cubes' instead.
Generates an overview table containing metadata of available Statistics Canada data tables. A new and updated table will be generated if this table does not already exist in cached form or if the force refresh option is selected (set to FALSE
by default). This can take some time as this process involves scraping through hundreds of Statistics Canada web pages to gather the required metadata. If option cansim.cache_path
is set it will look for and store the overview table in that directory.
list_cansim_tables(refresh = FALSE)
refresh |
Default is |
A tibble with available Statistics Canada data tables, listing title, Statistics Canada data table catalogue number, deprecated CANSIM table number, description, and geography
## Not run:
list_cansim_tables()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.