Renders rmarkdown Documents Using User Default Options
Renders rmarkdown Documents Using User Default Options
render_notes( input, output_format = NULL, output_options = NULL, ..., .config = NULL )
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 |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.