powered by
Run a template script
run_template(id, arguments, ...)
id of the template script.
list of arguments to the script.
additional arguments to scripts_post_custom
scripts_post_custom
File ids of any run outputs are returned.
Other script_utils: civis_script, fetch_output_file_ids, run_civis
civis_script
fetch_output_file_ids
run_civis
# NOT RUN { # 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 code above in your browser using DataLab