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())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.