Get_Registry {SchoolDataIT} | R Documentation |
Download the registry of Italian public schools from the school registry section
Description
This function returns two main pieces of information regarding Italian schools, namely:
The denomination of the region, province and municipality to which the school belongs.
The mechanographical code to the reference institute of each school.
It is possible to access schools in all the national territory, including the autonomous provinces of Aosta, Trento and Bozen.
Usage
Get_Registry(
Year = 2023,
filename = c("SCUANAGRAFESTAT", "SCUANAAUTSTAT"),
show_col_types = FALSE,
autoAbort = FALSE
)
Arguments
Year |
Numeric or character. Reference school year (last available is 2024).
Available in the formats: |
filename |
Character. A string included in the name of the file to download, identifying the schools included.
By default it is For the registry of private schools, either in all the national territory except for the aforementioned provinces, and for these provinces, please use |
show_col_types |
Logical. If |
autoAbort |
Logical. Whether to automatically abort the operation and return NULL in case of missing internet connection or server response errors. |
Details
Schools different from primary, middle or high schools are classified as "NR"
.
Value
An object of class tbl_df
, tbl
and data.frame
.
Source
Examples
Get_Registry(2024, filename = "SCUANAGRAFESTAT", autoAbort = TRUE)