Home
last modified time | relevance | path

Searched refs:post_knit_extra_args (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/R/
H A Drender.R292 post_knit_extra_args <- output_format$post_knit(yaml_front_matter, functionVar
297 post_knit_extra_args <- NULL
299 c(output_format$pandoc$args, post_knit_extra_args)
/dports/textproc/R-cran-rmarkdown/rmarkdown/R/
H A Drender.R567 post_knit_extra_args <- output_format$post_knit(front_matter, functionVar
572 post_knit_extra_args <- NULL
574 c(output_format$pandoc$args, post_knit_extra_args)