Get_Registry | R Documentation |
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.
Get_Registry(
Year = 2023,
filename = c("SCUANAGRAFESTAT", "SCUANAAUTSTAT"),
show_col_types = FALSE,
autoAbort = FALSE
)
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. |
Schools different from primary, middle or high schools are classified as "NR"
.
An object of class tbl_df
, tbl
and data.frame
.
Get_Registry(2024, filename = "SCUANAGRAFESTAT", autoAbort = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.