
Retrieve Statistics Canada data table notes and column categories
Source:R/cansim.R
get_cansim_table_notes.RdReturns 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.
Arguments
- cansimTableNumber
the NDM table number to load
- language
"en"or"english"for English and"fr"or"french"for French language versions (default set to English)- refresh
(Optional) When set to
TRUE, forces a reload of data table (default isFALSE)- timeout
(Optional) Timeout in seconds for downloading cansim table to work around scenarios where StatCan servers drop the network connection.