statcan_download_data {statcanR}R 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')

[Package statcanR version 0.2.6 Index]