render_external | R Documentation |
Render Rmd in a script external to the current session
render_external( input, output_format = "rmarkdown::html_document", output_file, output_options, warn = -1 )
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_file |
The name of the output file. If using |
output_options |
List of output options that can override the options
specified in metadata (e.g. could be used to force |
warn |
sets the handling of warning messages. -1 or 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.