Get_RiskMap {SchoolDataIT}R Documentation

Download the Map of Risks of Italian Municipality

Description

This functions downloads a broad set of indicators covering several categories of risks to which Italian municipalities are exposed. It includes mostly geographical, demographic and urbanistic information. The dataset is static and it dates back to Jan 1st 2018.

Usage

Get_RiskMap(verbose = TRUE, metadata = FALSE, autoAbort = FALSE)

Arguments

verbose

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

metadata

Logical. If TRUE, the function returns also the list of variables with the relevant explanations. FALSE 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.

Value

By default, an object of class tbl_df, tbl and data.frame.

Source

<https://www.istat.it/mappa-rischi/getReport.php>

Examples





  Get_RiskMap(autoAbort = TRUE)[-c(1:5)]



[Package SchoolDataIT version 0.1.1 Index]