get_cansim_table_url | R Documentation |
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")
cansimTableNumber |
the NDM table number to load |
language |
|
String object containing URL for specified table number
## Not run:
get_cansim_table_url("34-10-0013")
get_cansim_table_url("34-10-0013", language = "fr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.