Create a civis_script object from a job and run id.

civis_script(id, run_id = NULL)

Arguments

id

integer, job id of the script.

run_id

integer, id of the run. If NULL (default), the most recent run will be used.

Value

a civis_script object.

Details

A civis_script can be any custom, container, R, Python, SQL, or Javacript platform script.

See also