ons_extra | R Documentation |
Data in each version is broken down by dimensions
, and a unique
combination of dimension options
in a version can be used to retrieve
observation
level data.
ons_dim(id = NULL, edition = NULL, version = NULL)
ons_dim_opts(
id = NULL,
edition = NULL,
version = NULL,
dimension = NULL,
limit = NULL,
offset = NULL
)
ons_meta(id = NULL, edition = NULL, version = NULL)
id |
|
edition |
|
version |
|
dimension |
|
limit |
|
offset |
|
A character vector.
## Not run:
ons_dim(id = "cpih01")
ons_dim_opts(id = "cpih01", dimension = "time")
ons_meta(id = "cpih01")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.