if (FALSE) {
# Try a search for the template id
search_list('template name', type = 'template_script')
# Run the template
run_template(id, arguments = list(arg1 = 1, arg2 = 2), ...)
# Run the template and return JSON value outputs
run_template(id, arguments = list(arg1 = 1, arg2 = 2), JSONValue=TRUE, ...)
}
Run the code above in your browser using DataLab