get_cansim_changed_tables {cansim} | R Documentation |
Retrieve a list of tables that have been modified or updated since the specified date.
get_cansim_changed_tables(start_date, end_date = NULL)
start_date |
Starting date in |
end_date |
Optional end date in |
A tibble with Statistics Canada data table product ids and their release times
## Not run:
get_cansim_changed_tables("2018-08-01")
## End(Not run)