Description Usage Arguments Value Examples
View source: R/render_Report.R
Render the input file to the specified out ouput format using pandoc. This is
a convenient wrapper for render to produce HTML and
PDF output simultaneously.
| 1 2 | 
| file | 
 | 
| output_format | 
 | 
| backup | 
 | 
| ... | further arguments passed to  | 
A compiled document is written into the output file, and the path of the output file is returned.
| 1 2 3 4 | ## Not run: 
render_Report("~/PATH/TO/FILE.rmd")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.