View source: R/output_format.R
knitr_options | R Documentation |
Define the knitr options for an R Markdown output format.
knitr_options(
opts_knit = NULL,
opts_chunk = NULL,
knit_hooks = NULL,
opts_hooks = NULL,
opts_template = NULL
)
opts_knit |
List of package level knitr options (see
|
opts_chunk |
List of chunk level knitr options (see
|
knit_hooks |
List of hooks for R code chunks, inline R code, and output
(see |
opts_hooks |
List of hooks for code chunk options
(see |
opts_template |
List of templates for chunk level knitr options (see
|
An list that can be passed as the knitr
argument
of the output_format
function.
output_format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.