Skip to content

imranpollob/covid-tracking-using-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Track COVID-19 updates using R

This is script written in R which grabs data from European Center for Disease Control (ECDC), process it and finally shows different stats as plots.

Install packages

# single package
install.packages("ggplot")

# multiple packages
install.packages(c("lubridate", "tidyverse", "ggplot2"))

About

Track COVID-19 updates using R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages