common.R

knitr::opts_chunk$set(
  echo=TRUE,
  message=FALSE,
  warning=FALSE)

options(tibble.print_max=8,       # max rows to print
        tibble.print_min=8,       # number of rows to print if max is exceeded
        tibble.max_extra_cols=0,  # how many extra columns to mention by name by the bottom
        width=100,                # width of printed tibbles
        fig.width=7,              # size of rendered figures
        fig.height=7)

#to list options: str(knitr::opts_chunk$get())
ying14/yingtools2 documentation built on April 14, 2025, 1:24 a.m.