第7次课
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
set.seed(1014)
|
||||
|
||||
knitr::opts_chunk$set(
|
||||
comment = "#>",
|
||||
collapse = TRUE,
|
||||
# cache = TRUE,
|
||||
fig.retina = 2,
|
||||
fig.width = 6,
|
||||
fig.asp = 2/3,
|
||||
fig.show = "hold"
|
||||
)
|
||||
# knitr::opts_chunk$set(
|
||||
# comment = "#>",
|
||||
# collapse = TRUE,
|
||||
# cache = TRUE,
|
||||
# fig.retina = 2,
|
||||
# fig.width = 6,
|
||||
# fig.asp = 2 / 3,
|
||||
# fig.show = "hold"
|
||||
# )
|
||||
|
||||
options(
|
||||
dplyr.print_min = 6,
|
||||
dplyr.print_max = 6,
|
||||
pillar.max_footer_lines = 2,
|
||||
pillar.min_chars = 15,
|
||||
stringr.view_n = 6,
|
||||
# Temporarily deactivate cli output for quarto
|
||||
cli.num_colors = 0,
|
||||
cli.hyperlink = FALSE,
|
||||
pillar.bold = TRUE,
|
||||
width = 77 # 80 - 3 for #> comment
|
||||
)
|
||||
# options(
|
||||
# dplyr.print_min = 6,
|
||||
# dplyr.print_max = 6,
|
||||
# pillar.max_footer_lines = 2,
|
||||
# pillar.min_chars = 15,
|
||||
# stringr.view_n = 6,
|
||||
# # Temporarily deactivate cli output for quarto
|
||||
# cli.num_colors = 0,
|
||||
# cli.hyperlink = FALSE,
|
||||
# pillar.bold = TRUE,
|
||||
# width = 77 # 80 - 3 for #> comment
|
||||
# )
|
||||
|
||||
ggplot2::theme_set(ggplot2::theme_gray(12))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user