--- title: "Homework 1" author: "Joe Student" date: "Todays date" --- ```{r setup, message=FALSE} # You often want to load libraries at the start of your file library(Sleuth3) library(dplyr) ``` ## Chapter xx ### Problem 1 My first homework problem ### Problem 2 My second homework problem