render_notes {pkgmaker} | R Documentation |
Renders rmarkdown Documents Using User Default Options
Description
Renders rmarkdown Documents Using User Default Options
Usage
render_notes(
input,
output_format = NULL,
output_options = NULL,
...,
.config = NULL
)
Arguments
input |
The input file to be rendered. This can be an R script (.R), an R Markdown document (.Rmd), or a plain markdown document. |
output_format |
The R Markdown output format to convert to. The option
|
output_options |
List of output options that can override the options
specified in metadata (e.g. could be used to force |
... |
other arguments passed to |
.config |
location of the default options (a YAML file).
Default behaviour is to look for file |
Value
the path to the rendered file, like rmarkdown::render.