Compiles and displays the available data sets regarding the Italian
school system, with a focus on the infrastructural aspects. Input
datasets are downloaded from the web, with the aim of updating
everything to real time.
The functions are divided in four main modules, namely: ‘Get’, to scrape
raw data from the web ‘Util’, various utilities needed to process raw
data ‘Group’, to aggregate data at the municipality or province level
‘Map’, to visualize the output datasets.
Experimental package versions are stacked in GitHub before being submitted to CRAN in order to comply with the CRAN policy of waiting about one month from a submission to another.
To install the latest package version, run the code
::install_github("lcef97/SchoolDataIT") devtools
If you want to force R not to upgrade the dependencies, which may take some time, use instead:
::install_github("lcef97/SchoolDataIT", upgrade = "never") devtools