get_cansim_series_info_cube_coord {cansim} | R Documentation |
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
)
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 |
Value
a tibble containing the table template
Examples
## Not run:
get_cansim_table_template("34-10-0013")
## End(Not run)
[Package cansim version 0.4.3 Index]