get_cansim_table_url {cansim} | R Documentation |
Retrieve a Statistics Canada data table URL given a table number
Description
Retrieve URL of a table from the API given a table number. Offers a more stable approach than manually guessing the URL of the table.
Usage
get_cansim_table_url(cansimTableNumber, language = "en")
Arguments
cansimTableNumber |
the NDM table number to load |
language |
|
Value
String object containing URL for specified table number
Examples
## Not run:
get_cansim_table_url("34-10-0013")
get_cansim_table_url("34-10-0013", language = "fr")
## End(Not run)
[Package cansim version 0.3.16 Index]