Get_Invalsi_IS {SchoolDataIT}R Documentation

Download the Invalsi census survey data

Description

Downloads the full database of the Invalsi scores, detailed either at the municipality or province level.

Usage

Get_Invalsi_IS(
  level = "LAU",
  verbose = TRUE,
  show_col_types = FALSE,
  multiple_out = TRUE,
  autoAbort = FALSE,
  category = FALSE
)

Arguments

level

Character. The level of aggregation of Invalsi census data. Either "NUTS-3", "Province", "LAU", "Municipality". "LAU" by default.

verbose

Logical. If TRUE, the user keeps track of the main underlying operations. TRUE by default.

show_col_types

Logical. If TRUE, if the verbose argument is also TRUE, the columns of the raw dataset are shown during the download. FALSE by default.

multiple_out

Logical. Wheter keeping multiple dataframes as outputs (thus overriding the level argument) or not. 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.

category

Logical. Whether to focus on a specific category of students participating to the census survey. Warning: experimental. FALSE by default.

Details

Numeric variables provided are:

Additional numeric variables, not always available for all observational units, are:

Numeric codes 888 and 999 denote not applicable and not available fields respectively.

If multiple_out == TRUE, provides the following datasets:

Value

Unless multiple_out == TRUE, an object of class tbl_df, tbl and data.frame. Otherwise, a list including objects of the aforementioned classes

Source

<https://serviziostatistico.invalsi.it/en/archivio-dati/?_sft_invalsi_ss_data_collective=open-data>

Examples


Get_Invalsi_IS(level = "NUTS-3", autoAbort = TRUE, verbose = FALSE)




[Package SchoolDataIT version 0.2.6 Index]