Skip to content

Instantly share code, notes, and snippets.

@RamiKrispin
Created March 11, 2020 17:08
Show Gist options
  • Save RamiKrispin/1792356975559c0ffdaecb186aaae9b1 to your computer and use it in GitHub Desktop.
Save RamiKrispin/1792356975559c0ffdaecb186aaae9b1 to your computer and use it in GitHub Desktop.
Loading Italy and South Korea coronavirus dataset
# Install the Github version (refreshed on a daily bases):
# install.packages("devtools")
devtools::install_github("RamiKrispin/coronavirus")
library(coronavirus)
data("covid_italy")
head(covid_italy)
data("covid_south_korea")
head(covid_south_korea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment