--- title: "Homework 1" author: "Joe Student" date: "Todays date" --- ```{r setup, echo=FALSE} # This line makes your figures smaller (you want to do this!) knitr::opts_chunk$set(fig.width=5, fig.height=3) # You often want to load libraries at the start of your file # Uncomment the line below to load the dplyr library cleanly # suppressWarnings(suppressMessages(library(dplyr))) ``` ## Chapter xx ### Problem 1 My first homework problem ### Problem 2 My second homework problem