wflow_pre_knit {workflowr} | R Documentation |
pre_knit function for workflowr
Description
This is the pre_knit
function that wflow_html
passes to
the function output_format
from the package
rmarkdown. For advanced usage only.
Usage
wflow_pre_knit(input, ...)
Arguments
input |
Name of R Markdown file |
... |
currently ignored |
Details
If you'd like to insert the workflowr reproducibility report into other R
Markdown output formats such as blogdown::html_page
, you can use
wflow_pre_knit
.
See Also
wflow_html
, wflow_post_knit
,
wflow_pre_processor
[Package workflowr version 1.7.1 Index]