Learn R Programming

cansim (version 0.3.9)

list_cansim_cubes: Get overview list for all Statistics Canada data cubes

Description

Generates an overview table containing metadata of available Statistics Canada data cubes.

Usage

list_cansim_cubes(lite = FALSE, refresh = FALSE)

Arguments

lite

Get the version without cube dimensions and comments for faster retrieval, default is FALSE.

refresh

Default is FALSE, repeated calls during the same session will hit the cached data. To refresh the code list during a running R session set to TRUE

Value

A tibble with available Statistics Canada data cubes, including NDM table number, cube title, start and end dates, achieve status, subject and survey codes, frequency codes and a list of cube dimensions.

Examples

Run this code
# NOT RUN {
list_cansim_cubes()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab