Created
October 24, 2020 15:36
-
-
Save addiversitas/1fce1c354cbb9e28b5ab4407f5f2b0ec to your computer and use it in GitHub Desktop.
loading covid case data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
covidData <- read.csv("https://covid19.who.int/WHO-COVID-19-global-data.csv", fileEncoding="UTF-8-BOM", stringsAsFactors = FALSE) | |
covidData <- na.omit(covidData) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment