Render a list of variables, including layout, to an rmd file for rendering
render_template(v, out = stdout(), layout_dir = "web/_layouts")
Arguments
- v
A list of variables that the template uses; must contain layout
- out
Where to write the output. Default: stdout
- layout_dir
Where are the layouts? Default: `web/_layouts'