custom_render_markdown | R Documentation |
Internal function to render markdown documents
custom_render_markdown(markdown_template_name, output_file, parameters = NULL)
markdown_template_name |
The name of the markdown template, excluding ".Rmd" |
output_file |
The name of the output file to create |
parameters |
A named list of parameters to pass to the markdown document |
The markdown template is expected to live in the inst/rmd
directory and an error
is raised if it is not found.
The value of 'return_value' as defined in the markdown document
render
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.