ons_dataset_by_id.Rd
Retrieve the metadata for the given dataset.
ons_dataset_by_id(metadata, id, edition, version)
data describing the dataset
the identifier of the dataset. Valid values from ons_available_datasets()
the edition of the dataset (if empty, select latest). Valid values from ons_available_editions(...)
the version of the dataset (if empty, select latest). Valid values from ons_available_available(...)
a dataframe describing the dataset.
Makes calls to the ONS API and retrieves the metadata for the datasets. The dataset selection can be refined via the edition and version parameters