11 lines
164 B
R
11 lines
164 B
R
|
set.seed(1014)
|
||
|
options(digits = 3)
|
||
|
|
||
|
knitr::opts_chunk$set(
|
||
|
comment = "#>",
|
||
|
collapse = TRUE,
|
||
|
cache = TRUE
|
||
|
)
|
||
|
|
||
|
options(dplyr.print_min = 6, dplyr.print_max = 6)
|