Reduce printed output with options

* Show maximum 2 line footer for dplyr
* Show max 6 entries for str_view()

cc @mine-cetinkaya-rundel
This commit is contained in:
Hadley Wickham 2023-01-24 09:13:36 -06:00
parent e09d3c4eb5
commit fb80197bf7
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ knitr::opts_chunk$set(
options(
dplyr.print_min = 6,
dplyr.print_max = 6,
stringr.view_n = 10,
pillar.max_footer_lines = 2,
stringr.view_n = 6,
# Activate crayon output - temporarily disabled for quarto
# crayon.enabled = TRUE,
pillar.bold = TRUE,