View source: R/utility_functions.r
| kjh_set_knitr_opts | R Documentation | 
Default knitr opts for chunks.
kjh_set_knitr_opts(
  warning = FALSE,
  message = FALSE,
  fig.retina = 3,
  fig.align = "center",
  dev = "ragg_png"
)
warning | 
 knitr warnings FALSE  | 
message | 
 knitr messages FALSE  | 
fig.retina | 
 Retina 3  | 
fig.align | 
 Alignment center  | 
dev | 
 Default device is ragg_png  | 
Knitr options
## Not run: 
if(interactive()){
 #EXAMPLE1
 }
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.