powered by
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.
get_cansim_table_url(cansimTableNumber, language = "en")
String object containing URL for specified table number
the NDM table number to load
"en" or "english" for English and "fr" or "french" for French language versions (defaults to English)
"en"
"english"
"fr"
"french"
if (FALSE) { get_cansim_table_url("34-10-0013") get_cansim_table_url("34-10-0013", language = "fr") }
Run the code above in your browser using DataLab