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

String, dataset name as listed in tidy_data_sources.yml (e.g. "gp_snomed", "hesapc_icd10")

Value

Character vector of available versions, newest first

Examples

if (FALSE) { # \dontrun{
available_versions("hesapc_icd10")
} # }