Description Usage Arguments See Also Examples
Create a user-defined template, saved in the templater package folder.
1 | create_custom_template(input)
|
input |
input$template_name_input (template name) input$template_desc_input (template description) input$rmd_input (template body) |
create
,
file_access
isAvailable
,
showDialog
1 2 3 4 5 6 7 8 9 10 | ## Not run:
if (interactive()) {
input <- NULL
input$template_name_input <- "Title"
input$template_desc_input <- "A description"
input$rmd_input <- "Lorem ipsum"
create_custom_template(input)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.