| get_cansim_column_categories | R Documentation | 
Returns table column details 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_column_categories(
  cansimTableNumber,
  column,
  language = "english",
  refresh = FALSE,
  timeout = 200
)
cansimTableNumber | 
 the NDM table number to load  | 
column | 
 the specified column for which to retrieve category information for  | 
language | 
 
  | 
refresh | 
 (Optional) When set to   | 
timeout | 
 (Optional) Timeout in seconds for downloading cansim table to work around scenarios where StatCan servers drop the network connection.  | 
A tibble with detailed information on StatCan table categories for the specified field
## Not run: 
get_cansim_column_categories("34-10-0013", "Geography")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.