dataset_detail: Query the details of an Agnitio API dataset

Description Usage Arguments Value Examples

View source: R/listing.R

Description

Identify the available metrics and required dimensions for a dataset held on Emsi Episteme.

Usage

1
dataset_detail(country, content, release)

Arguments

country

The two-digit country identifier for the dataset.

content

The keyword identifier for the content of the dataset (e.g. "Occupation", "Industry").

release

The release or version identifier for the dataset (e.g. "2016.1").

Value

A list with two elements: Metrics lists the Metrics available within the dataset and Dimensions lists the dimensions requiring constraint when making a request for data. Note that Metrics does not include Location Quotients and Shift-Share, which are derived from the metrics here.

Examples

1
dataset_detail("UK","Occupation","2016.1")

dncnbrn/EmsiAgnitio documentation built on March 25, 2021, 7:31 a.m.