Tidy Tuesday I have seen some cool graphs on twitter created for Tidy Tuesday. I wanted to join in on the fun so I downloaded the data from week 3 and started playinh. The data are from our world in data and I downloaded the data file from github.
mortality <- readxl::read_excel(here::here("global_mortality.xlsx")) glimpse(mortality) ## Observations: 6,156 ## Variables: 35 ## $ country <chr> "Afghanistan", "Afg... ## $ country_code <chr> "AFG", "AFG", "AFG".