statcan_download_data {statcanR} | R Documentation |
statcanR download data function
statcan_download_data(tableNumber, lang)
tableNumber |
The table number of the Statistics Canada data table |
lang |
The language wanted |
The output will be a data table and csv file representing the data associated with the chosen table number.
mydata <- statcan_data('27-10-0014-01', 'eng')