The package has a Shiny app to explore the Covid-19 outbreak in Italy.
Try the ShinyApp.io: disCOVIDERer19
-
Federico Matteucci Github
# First install the R package "devtools" if not installed
devtools::install_github('marzione00/COVID_19_HACK')
Load the package
require(covid19)
The function of the package is runC19()
and is run without arguments.
runC19()