powered by
Returns table notes given an NDM table number in English or French. Retrieved table information data is cached for the duration of the R session only.
get_cansim_table_notes(cansimTableNumber, language = "english", refresh = FALSE)
the NDM table number to load
"en" or "english" for English and "fr" or "french" for French language versions (default set to English)
"en"
"english"
"fr"
"french"
(Optional) When set to TRUE, forces a reload of data table (default is FALSE)
TRUE
FALSE
# NOT RUN { get_cansim_table_notes("34-10-0013") # }
Run the code above in your browser using DataLab