# Set some useful chunk options for code chunks.
knitr::opts_chunk$set(
  echo = TRUE,
  error = TRUE,    # display errors but keep going.
  comment = "",    # don't add '##' characters before output.
  message = FALSE  # don't include messages in the knitted output (check them in RStudio)
  )
library(tidyverse)
theme_set(theme_bw())

Problem 1

What we're doing here is ...

# What this code does

Based on the result, we conclude that...

Problem 2

Now we are going to ...



CalvinData/ds202calvin documentation built on Nov. 24, 2022, 7:11 p.m.