1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
## ---- include = FALSE---------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", width = 68)
options(width = 68, cli.unicode = FALSE, cli.width = 68)
## ---- eval = FALSE------------------------------------------------
# install.packages("tidyverse")
## -----------------------------------------------------------------
library(tidyverse)
## ---- include = FALSE---------------------------------------------
# Ensure pkgdown links to the right packages.
library(dplyr)
|