Skip to content

Instantly share code, notes, and snippets.

View RandomCriticalAnalysis's full-sized avatar

Random Critical Analysis RandomCriticalAnalysis

View GitHub Profile
# FROM: https://github.com/JonMinton/COVID-19
DF = tidied_data %>%
filter(type == "confirmed") %>%
mutate(
higher = case_when(
higher == "Iran (Islamic Republic of)" ~ "Iran",
higher == "Hong Kong SAR" ~ "Hong Kong",