ons_datasets {onsr}R Documentation

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()

Value

A tibble with the datasets.

Examples


# Find all the information about the data
ons_datasets()

# Just the ids
ons_ids()


[Package onsr version 1.0.2 Index]