Skip to content

Andreaierardi/disCOVIDer19

Repository files navigation

Covid_19 Rates Package

The package has a Shiny app to explore the Covid-19 outbreak in Italy.

ShinyApp.io

Try the ShinyApp.io: disCOVIDERer19


Contributors 👥

Installation

# First install the R package "devtools" if not installed
devtools::install_github('marzione00/COVID_19_HACK')

Usage

Load the package

require(covid19)

The function of the package is runC19() and is run without arguments.

runC19()