Skip to contents

ods_schemes returns all schemes used by a dataset on statistics.gov.scot

Usage

ods_schemes(dataset)

Arguments

dataset

string. The identifying final part of a URI for a dataset on statistics.gov.scot.

Value

data.frame. All schemes used by the dataset named in the dataset argument.

Details

The dataset parameter must be passed a valid dataset name (a full list can be obtained by calling ods_all_datasets()).

Examples

ods_schemes("average-household-size")
#> [1] "http://purl.org/linked-data/sdmx/2009/dimension#refArea"  
#> [2] "http://purl.org/linked-data/sdmx/2009/dimension#refPeriod"
#> [3] "http://purl.org/linked-data/cube#measureType"