Get_InnerAreas {SchoolDataIT}R Documentation

Download the classification of peripheral municipalities

Description

Retrieves the classification of Italian municipalities into six categories; classes D, E, and F are the so-called internal/inner areas; classes A, B and C are the central areas.

Usage

Get_InnerAreas(verbose = TRUE, autoAbort = FALSE)

Arguments

verbose

Logical. Whether to keep track of computational time. TRUE by default.

autoAbort

Logical. Whether to automatically abort the operation and return NULL in case of missing internet connection or server response errors. FALSE by default.

Details

Classes are defined according to these criteria; see the methodological note (in Italian) for more detail:

The remaining classes are defined in terms of the national distribution of the road distances from a municipality to the closest pole:

For more information regarding the dataset, it is possible to check the ISTAT methodological note (in Italian) available at <https://www.istat.it/it/files//2022/07/FOCUS-AREE-INTERNE-2021.pdf>

Value

An object of class tbl_df, tbl and data.frame.

Source

<https://www.istat.it/notizia/la-geografia-delle-aree-interne-nel-2020-vasti-territori-tra-potenzialita-e-debolezze/>

Examples



InnerAreas <- Get_InnerAreas(autoAbort = TRUE)
InnerAreas[, c(1,9,13)]



[Package SchoolDataIT version 0.2.0 Index]