# NOT RUN {
# Check a whole catalogue number; return the latest release date for any
# time series in the number
check_latest_date("6345.0")
# Return latest release date for a table within a catalogue number - note
# the function will return the release date
# of the most-recently-updated series within the tables
check_latest_date("6345.0", tables = 1)
# Or for multiple tables - note the function will return the release date
# of the most-recently-updated series within the tables
check_latest_date("6345.0", tables = c("1", "5a"))
# Or for an individual time series
check_latest_date(series_id = "A2713849C")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab