Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.05 KB

Practice data analysis in R - COVID-19

Rami Krispin's tidy version of the Johns Hopkins global data is available in an R package, coronavirus, that is available for installation via CRAN using install.packages("coronavirus"). Because package from CRAN is only updated periodically, you can also install directly from the GitHub repository:

# install.packages("devtools")
devtools::install_github("RamiKrispin/coronavirus")

Example projects

Rami Krispin developed a fantastic Coronavirus dashboard summarizing global data that is updated on a daily basis.

Rami's approach uses flexdashboard to create interactive summaries and visualizations. The complete code for Rami's dashboard is available here; look at index.Rmd to see the R code creating the figures.