Description Usage Arguments Value Examples
View source: R/lm_ons_dataset_dimension_options.R
lm_ons_dataset_dimension_options returns a list of
options of a
dimension of a
dataset available on the
ONS API.
1 2 3 4 5 6 7 | lm_ons_dataset_dimension_options(
base_uri,
dataset_id,
dataset_edition,
dataset_version,
dataset_dimension
)
|
base_uri |
|
dataset_id |
|
dataset_edition |
|
dataset_version |
|
dataset_dimension |
|
string if one option available, list if multiple.
1 2 3 4 | ## Not run:
lm_ons_dataset_dimension_options(base_uri = "https://api.beta.ons.gov.uk/v1/", dataset_id = "labour-market", dataset_edition = "time-series", dataset_version = "2", dataset_dimension = "agegroups")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.