| goose_template_save | R Documentation |
Save a template for future use
goose_template_save(template, overwrite = FALSE, template_dir = NULL)
template |
Template object |
overwrite |
Overwrite if exists |
template_dir |
Directory to save templates (default: tempdir() for CRAN compliance) |
Logical indicating success
## Not run:
# Create and save template in temp directory
template <- goose_template("test", "Hello {name}")
goose_template_save(template, template_dir = tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.