render_notes {pkgmaker} | R Documentation |
Renders rmarkdown Documents Using User Default Options
render_notes(input, output_format = NULL, output_options = NULL, ..., .config = NULL)
input |
Input file (R script, Rmd, or plain markdown). |
output_format |
R Markdown output format to convert to. Pass
|
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 |