powered by
Fill in template variables and execute query
goose_template_apply(template, ..., execute = TRUE)
Filled template or query response
Template object or name
Variable values
Whether to execute the query
if (FALSE) { # Use the template result <- goose_template_apply( review_template, language = "R", code = "function(x) x^2", focus = "efficiency and style" ) }
Run the code above in your browser using DataLab