Skip to content

Instantly share code, notes, and snippets.

@masautt
Created April 21, 2020 01:22
Show Gist options
  • Save masautt/97516c72d6090de0c9351d88241f56b0 to your computer and use it in GitHub Desktop.
Save masautt/97516c72d6090de0c9351d88241f56b0 to your computer and use it in GitHub Desktop.
library(tidyverse)
rawConfirmed <- read_csv("https://gist.githubusercontent.com/masautt/5cc4a0c82ff8ae344a6f560b220ddad6/raw/1c82d18c4433940ea9b6589e89fdae08fb110cc2/confirmed.csv")
rawDeaths <- read_csv("https://gist.githubusercontent.com/masautt/2a640c1e573496ad0f99c81371c06fa2/raw/f1ce36b581869c77c0db2fc0cd6d256c40e0d38d/deaths.csv")
rawHospitalBeds <- read_csv("https://gist.githubusercontent.com/masautt/a1487184f38e1d53fdca922ea2ef6801/raw/8d7ad2cbb74aad5c1363bc40400b8f47b06d08ce/hospitalbeds.csv")
rawDemographics <- read_csv("https://gist.githubusercontent.com/masautt/4ef7c61d84857194ebb87449c7e68c46/raw/261620b7fad94c169320acff71d09e5c41f6ff2c/demographics.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment