View source: R/03-code-lists.R
ons_codelists | R Documentation |
Used to get details about codes and code lists stored by ONS. Codes are used to provide a common definition when presenting statistics with related categories. Codes are gathered in code lists, which may change over time to include new or different codes. The meaning of a code should not change over time, but new codes may be created where new meaning is required.
ons_codelists()
ons_codelist(code_id = NULL)
ons_codelist_editions(code_id = NULL)
ons_codelist_edition(code_id = NULL, edition = NULL)
code_id |
|
edition |
|
A list or character vector.
ons_codelists()
ons_codelist(code_id = "quarter")
#editions
ons_codelist_editions(code_id = "quarter")
ons_codelist_edition(code_id = "quarter", edition = "one-off")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.