powered by
This functions are used to access the latest href, version and edition of a dataset.
href
version
edition
ons_latest_href(id = NULL)ons_latest_version(id = NULL)ons_latest_edition(id = NULL)
ons_latest_version(id = NULL)
ons_latest_edition(id = NULL)
An atomic character vector with the latest info.
[character] Id that represents a dataset.
[character]
# \donttest{ ons_latest_href("cpih01") ons_latest_version("cpih01") ons_latest_edition("cpih01") # }
Run the code above in your browser using DataLab