Posts by André Patriota • 1 point
1 post
-
0
votes1
answer47
viewsQ: How can I add a filter to list only the countries above x cases?
confirmed <- read.csv('time_series_covid_19_confirmed.csv', stringsAsFactors = FALSE) library(dplyr) covid <- confirmed %>% select(Country.Region, X3.29.20)…
rasked André Patriota 1