statcan_download_data: statcanR download data function

View source: R/statCanR.R

statcan_download_dataR Documentation

statcanR download data function

Description

statcanR download data function

Usage

statcan_download_data(tableNumber, lang)

Arguments

tableNumber

The table number of the Statistics Canada data table

lang

The language wanted

Value

The output will be a data table and csv file representing the data associated with the chosen table number.

Examples

mydata <- statcan_data('27-10-0014-01', 'eng')

statcanR documentation built on Aug. 17, 2023, 5:08 p.m.