Skip to contents

Returns all data versions that can be pinned with the version argument of the corresponding get_*() function. Versions are listed newest first.

Usage

available_versions(dataset)

Arguments

dataset

Character, dataset name as listed in tidy_data_sources.yml (e.g., "measures_annual", "measures_monthly")

Value

Character vector of available versions, newest first

Examples

if (FALSE) { # \dontrun{
available_versions("measures_annual")
available_versions("measures_monthly")
} # }