Learn R Programming

ARDECO (version 2.2.0)

ardeco_get_dataset_list: ardeco_get_dataset_list

Description

The function return the list of dataset linked to a variable through the ARDECO API by defining the varaible code. For each dataset it'ìs returned the code of variable, the unit fo measure, the nuts version and the eventual additional dimensions (like sector, sex, age classes) for which the data is available.

Usage

ardeco_get_dataset_list(var_code)

Value

The set of datasets related to the selected variable. Each dataset is described by: - var: variable code - unit: unit of measure - vers: available nuts version - additioanl dimensions: additional dimensions (like sector, sex, age class) and related permitted values

Arguments

var_code

one of the code returned by ardeco_get_variable_list()

Examples

Run this code
ardeco_get_dataset_list('SNPTN')

Run the code above in your browser using DataLab