Learn R Programming

cansim (version 0.3.16)

get_cansim_table_last_release_date: Get the latest release data for a StatCan table, if available

Description

This can be used to check when a table has last been updated.

Usage

get_cansim_table_last_release_date(cansimTableNumber)

Value

A datatime object if a release data is available, NULL otherwise.

Arguments

cansimTableNumber

the NDM table number

Examples

Run this code
if (FALSE) {
get_cansim_table_last_release_date("34-10-0013")
}

Run the code above in your browser using DataLab