powered by
Save a template for future use
goose_template_save(template, overwrite = FALSE, template_dir = NULL)
Logical indicating success
Template object
Overwrite if exists
Directory to save templates (default: tempdir() for CRAN compliance)
if (FALSE) { # Create and save template in temp directory template <- goose_template("test", "Hello {name}") goose_template_save(template, template_dir = tempdir()) }
Run the code above in your browser using DataLab