The Our World in Data website has world data. It is nice that they have provided graphics and then the data that they used to generate the graphics. We are going to recreate some of their visualizations in R and then make them better.
This reading will help you complete the tasks below.
child_mortality
and create an interesting graphic that highlights this dataset.
devtools::install_github("drsimonj/ourworldindata")
to get a larger dataset on child_mortality
. This will require install.packages("devtools")
..Rmd
file with short paragraph describing your plots.Rmd
, .md
, and .html
to your GitHub repo