Learn R Programming

onsr (version 1.0.2)

ons_datasets: ONS Datasets

Description

A grouping of data (editions) with shared dimensions, for example Sex, Age and Geography, and all published history of this group of data. The options in these dimensions can change over time leading to separate editions. For example: Population Estimates for UK, England and Wales, Scotland and Northern Ireland.

Usage

ons_datasets()

ons_ids()

Arguments

Value

A tibble with the datasets.

Examples

Run this code
# \donttest{
# Find all the information about the data
ons_datasets()

# Just the ids
ons_ids()
# }

Run the code above in your browser using DataLab