Learn R Programming

PublicWorksFinanceIT (version 0.3.1)

get_info_OC: Retrieve information about regional and theme codes for the Open Coesione dataset.

Description

The get_info_OC function allows to get information regarding the codes to use to retrieve data from the Open Coesione database.

Usage

get_info_OC(info)

Value

Return a vector of characters. Regions:

  • VDA => Valle d'Aosta

  • PIE => Piemonte

  • LOM => Lombardia

  • TN_BZ => Trentino Alto Adige (Bolzano)

  • VEN => Veneto

  • FVG => Friuli di Venezia Giulia

  • LIG => Liguria

  • EMR => Emilia Romagna

  • TOS => Toscana

  • UMB => Umbria

  • MAR => Marche

  • LAZ => Lazio

  • ABR => Abruzzo

  • CAM => Campania

  • MOL => Molise

  • PUG => Puglia

  • CAL => Calabria

  • BAS => Basilicata

  • SIC => Sicilia

  • SAR => Sardegna

  • NAZ => National Level

  • EST => Estero (Abroad)

Themes:

  • RICERCA_INNOVAZIONE => Research and Innovation

  • RETI_SERVIZI_DIGITALI => Digital Services

  • COMPETITIVITA_IMPRESE => Firms Competition

  • ENERGIA => Energy

  • AMBIENTE => Environment

  • CULTURA_TURISMO => Culture and Tourism

  • TRASPORTI" => Transports

  • OCCUPAZIONE => Employment

  • INCLUSIONE_SOCIALE_SALUTE => Social Inclusion and Health

  • ISTRUZIONE_FORMAZIONE => Education

  • CAPACITA_AMMINISTRATIVA => Administrative Capacity

Arguments

info

character. The argument can be set to "region" if the data to be downloaded are based on regional codes, or it can be set to "theme" if the data to be downloaded are based on project's theme.

Author

Lorena Ricciotti

Details

The information obtained can be used in the functions get_data_OC or get_theme_OC

References

Open Coesione

Examples

Run this code
get_info_OC("region")


Run the code above in your browser using DataLab