1
2```{r, include = FALSE}
3options(
4  tibble.print_min = 4,
5  tibble.max_extra_cols = 8,
6  digits = 2,
7  crayon.enabled = FALSE,
8  cli.unicode = FALSE
9)
10
11knitr::opts_chunk$set(
12  collapse = TRUE,
13  comment = "#>"
14)
15
16library(tidyverse)
17```
18