getFullTableDownloadCSV: Get full table download link in CSV format

Description Usage Arguments Value Examples

View source: R/data-access.R

Description

A direct link to download the table in CSV format. This function does not actually download the table itself.

Usage

1
getFullTableDownloadCSV(productId, language = c("en", "fr"))

Arguments

productId

Product Identification number (PID) is a unique product identifier for all Statistics Canada products, including large multidimensional tables. The first two digits refer to a subject, the next two digits refer to product type, the last four digits refer to the product itself.

language

'en' for English or 'fr' for French

Value

A direct link to download the table in CSV format

Examples

1
2
3
4
## Not run: 
getFullTableDownloadCSV(35100003, "fr")

## End(Not run)

tweed1e/statcanopener documentation built on Jan. 19, 2021, 4:23 p.m.