get_cansim_series_info_cube_coord: Retrieve series info for given table id and coordinates
Description
Retrieves series information by coordinates
Usage
get_cansim_series_info_cube_coord(
cansimTableNumber,
coordinates,
timeout = 1000,
refresh = FALSE
)
Value
a tibble containing the table template
Arguments
- cansimTableNumber
A new or old CANSIM/NDM table number or a vector of table numbers
- coordinates
A vector of coordinates
- timeout
Timeout for the API call
- refresh
Refresh the data from the Statistics Canada API
Examples
Run this codeif (FALSE) {
get_cansim_table_template("34-10-0013")
}
Run the code above in your browser using DataLab