Description Usage Arguments Details Value
This function is used to render output files for a list of selected markdown ".Rmd" or ".md" files that are located in the same path/directory.
1 2 | render_files(file_list = NULL, location_path = NULL,
render_params = NULL, output_type = ".pdf_document")
|
file_list |
vector with the names of the ".Rmd" files to render |
location_path |
path where the target files are located |
render_params |
list of parameters to be used |
output_type |
defined format for all he ouptut files |
The function creates a ".pdf" file for every input file that was added in the file_list paramater.
This function returns no values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.