### Some formatting options library(tidyverse) options(width = 80) theme_set(theme_bw(base_size = 10)) knitr::opts_chunk$set(comment = "", fig.width = 5, fig.asp = 0.75, fig.align = "left", warning = FALSE, echo = TRUE, eval = TRUE)
To complete this lab report, we load the following packages and datasets.
library(MA22004labs) # ADD YOUR PACKAGES/DATASETS BELOW
Answer to exercise 1.
# Insert your code for here. # Within a code chunk the # starts a comment line. # Comments are not evaluated by R.
Answer to exercise 2.
# Insert your code for Exercise 2 here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.