View source: R/check_templates.R
check_templates | R Documentation |
Opens markdown templates as rmd files and/or renders them into their appropriate format.
check_templates( style = c("classic", "avenir", "predict"), format = c("pptx", "xar", "flex"), aspect = c("4x3", "16x9"), check_all = FALSE, render = TRUE, outdir = "./", recursive = TRUE )
style |
String. One of "classic", "avenir", or "predict" |
format |
String. One of "pptx","xar", or"flex" |
aspect |
String. One of "4x3" or "16x9" |
check_all |
Logical. Should we open all the templates as RMDs? |
render |
Logical. Should we render the templates we open? |
outdir |
String. Where should files be stored |
recursive |
Logical. Should subfolders of outdir be created |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.