R/cansim.R
get_cansim_changed_tables.Rd
Retrieve a list of tables that have been modified or updated since the specified date.
get_cansim_changed_tables(start_date, end_date = NULL)
Starting date in YYYY-MM-DD
format to look for changes that changed on or after that date
Optional end date in YYYY-MM-DD
format to look for changes that changed on or before that date,
default is same as start date
A tibble with Statistics Canada data table product ids and their release times
if (FALSE) {
get_cansim_changed_tables("2018-08-01")
}