| goose_template_apply | R Documentation |
Fill in template variables and execute query
goose_template_apply(template, ..., execute = TRUE)
template |
Template object or name |
... |
Variable values |
execute |
Whether to execute the query |
Filled template or query response
## Not run:
# Use the template
result <- goose_template_apply(
review_template,
language = "R",
code = "function(x) x^2",
focus = "efficiency and style"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.