The Scientific American argues that humans have been getting taller over the years. As the data scientists that we are becoming, we would like to find data that validates this concept. Our challenge is to show different male heights across the centuries.
This project is not as severe as the two quotes below, but it will give you a taste of pulling various data and file formats together into “tidy” data for visualization and analysis. You will not need to search for data as all the files are listed here
library(haven)
, library(readr)
, and library(readxl)
to load the 6 data sets listed here.xlsx
file
separate()
and mutate()
functions to create a decade column..xlsx
file..Rmd
file with 1-2 paragraphs summarizing your graphics and how those graphics answer the driving question.md
and .html
file into your git repository