cansim (version 0.3.16)

get_cansim_table_url: 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")

Value

String object containing URL for specified table number

Arguments

cansimTableNumber

the NDM table number to load

language

"en" or "english" for English and "fr" or "french" for French language versions (defaults to English)

Examples

Run this code
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