The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Version 0.2.2

Package overview

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.

Installation from GitHub

Before installing this version, please make sure to have the devtools package installed. Otherwise, first run:

install.packages("devtools") #if necessary

Then, the command for the installation is:

devtools::install_github("lcef97/SchoolDataIT")

If you want to force R not to upgrade the dependencies, use instead:

devtools::install_github("lcef97/SchoolDataIT", upgrade = "never")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.