dataset_detail: Query the details of an Episteme API dataset

Description Usage Arguments Value Examples

View source: R/agnitio.R 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/EmsiR documentation built on May 14, 2019, 10:33 a.m.