View source: R/render_template.R
render_template | R Documentation |
Render a list of variables, including layout, to an rmd file for rendering
render_template(v, out = stdout(), layout_dir = "web/_layouts")
v |
A list of variables that the template uses; must contain |
out |
Where to write the output. Default: stdout |
layout_dir |
Where are the layouts? Default: ‘web/_layouts’ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.