Searches through Statistics Canada data cubes using a search term.
search_cansim_cubes(search_term, refresh = FALSE)
User-supplied search term used to find Statistics Canada data cubes with matching titles, table numbers, subject and survey codes.
Default is FALSE
. The underlying cube list is cached for the duration of the R sessions and will regenerate the cube list if set to TRUE
A tibble with available Statistics Canada data cubes, listing title, Statistics Canada data cube catalogue number, deprecated CANSIM table number, survey and subject.
if (FALSE) {
search_cansim_cubes("Labour force")
}