ARDECO packages {ARDECO}R Documentation

ARDECO packages

Description

This package provide a set of functions to access the ARDECO data directly from the official ARDECO public repository through the exploitation of the ARDECO API. The API are completely transparent to the user and the provided functions provide a direct access to the ARDECO data. The ARDECO (Annual Regional Database of the European Commission) database is a collection of variables related to demography, employment, labour market, domestic product, capital formation. Each variable can be exposed in one or more units of measure as well as refers to total values plus specific values related to different dimensions defined for each variable. For example, sex, age or economic sectors (NACE sectors as defined by EUROSTAT). In addition, for each variable having data at nuts level 3, it's possible to require aggregated data at tercet classes. Currently the available tercet are Urban-Rural typology and Urban-Rural typology with remoteness The description of the ARDECO database can be found at the following URL https://urban.jrc.ec.europa.eu/ardeco

The exposed funtions

This package provides four functions which are linked between them and have to be used in the following way.

Examples

ardeco_get_variable_list()
ardeco_get_dataset_list('SNPTN')
ardeco_get_tercet_list('SNPTN')
ardeco_get_dataset_data('SNPTN', version=2021, level='0', nutscode='LT', year='2020')

[Package ARDECO version 2.1.0 Index]