Learn R Programming

civis (version 2.0.0)

run_template: Run a template script

Description

Run a template script

Usage

run_template(id, arguments, ...)

Arguments

id

id of the template script.

arguments

list of arguments to the script.

...

additional arguments to scripts_post_custom

Value

File ids of any run outputs are returned.

See Also

Other script_utils: civis_script, fetch_output_file_ids, run_civis

Examples

Run this code
# 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