Learn R Programming

cansim (version 0.3.9)

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)

Arguments

cansimTableNumber

the NDM table number

Value

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

Examples

Run this code
# NOT RUN {
get_cansim_table_last_release_date("34-10-0013")
# }

Run the code above in your browser using DataLab