powered by
Create a civis_script object from a job and run id.
civis_script(id, run_id = NULL)
a civis_script object.
civis_script
integer, job id of the script.
integer, id of the run. If NULL (default), the most recent run will be used.
NULL
A civis_script can be any custom, container, R, Python, SQL, or Javacript platform script.
read_civis
Other script_utils: fetch_output_file_ids(), run_civis(), run_template()
fetch_output_file_ids()
run_civis()
run_template()