ardeco_get_dataset_list {ARDECO} | R Documentation |
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)
Arguments
var_code |
one of the code returned by ardeco_get_variable_list() |
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
Examples
ardeco_get_dataset_list('SNPTN')
[Package ARDECO version 2.1.0 Index]