get_data_range: Download StatsCan Vector Data by date range

Description Usage Arguments Examples

View source: R/get_data_range.R

Description

This function allows you to download a data range

Usage

1
2
get_data_range(productId = NA, coordinateId = NA, vectorId = NA,
  startDt, endDt)

Arguments

productId

The Statistics Canada Product ID.

coordinateId

The Statistics Canada Coordinate ID (10 digits).

vectorId

The Statistics Canada Vector ID (10 digits).

startDt

the start date for the range

endDt

the end date of the range

Examples

1
get_data_range(vectorId='2064888', startDt="2015-12-01T08:30", endDt="2018-03-31T19:00")

andrewjdyck/statscanr documentation built on Aug. 11, 2019, 2:38 a.m.