View source: R/Get_School2mun.R
Get_School2mun | R Documentation |
This function associates the relevant municipality codes to all the schools listed in the two main registries provided by the Italian Ministry of Education, University and Research, namely:
The registry of school buildings, here referred to as Registry_from_buildings
(Get_DB_MIUR
)
The official schools registry, here referred to as Registry_from_registry
(see Get_Registry
)
Get_School2mun(
Year = 2023,
show_col_types = FALSE,
verbose = TRUE,
input_AdmUnNames = NULL,
input_Registry = NULL,
autoAbort = FALSE
)
Year |
Numeric or character value (last available is 2023).
Available in the formats: |
show_col_types |
Logical. If |
verbose |
Logical. If |
input_AdmUnNames |
Object of class |
input_Registry |
Object of class |
autoAbort |
Logical. Whether to automatically abort the operation and return NULL in case of missing internet connection or server response errors. |
An object of class list
, including 4 elements:
$Registry_from_buildings
: Object of class tbl_df
, tbl
and data.frame
: the schools listed in the buildings registry
$Registry_from_registry
: Object of class tbl_df
, tbl
and data.frame
: the schools listed in the schools registry
$Any
: Object of class tbl_df
, tbl
and data.frame
: schools listed anywhere
$Both
: Object of class tbl_df
, tbl
and data.frame
: schools listed in both the sections
Buildings registry (2021 onwards); Buindings registry(until 2019); Schools registry
Get_School2mun(Year = 2023, autoAbort = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.