cansim (version 0.2.3)

get_cansim_changed_tables: Retrieve a list of modified tables since a given date

Description

Retrieve a list of tables that have been modified or updated since the specified date.

Usage

get_cansim_changed_tables(start_date)

Arguments

start_date

Starting date in YYYY-MM-DD format to look for changes that changed on or after that date

Value

A tibble with Statistics Canada data table product ids and their release times

Examples

Run this code
# NOT RUN {
get_cansim_changed_tables("2018-08-01")

# }

Run the code above in your browser using DataCamp Workspace