submit_job: Submit a step of a flow

Description Usage Arguments Examples

Description

Internal function (used by submit_flow), which submit a single step of a flow.

Usage

1
submit_job(jobj, fobj, job_id, execute = FALSE, verbose = FALSE, ...)

Arguments

jobj

Object of calls job

fobj

Object of calls flow

job_id

job id

execute

A logical vector suggesting whether to submit this job

verbose

logical

...

not used

Examples

1
2
3
4
5
## Not run: 
submit_job(jobj = jobj, fobj = fobj, execute = FALSE,
verbose = TRUE, wd = wd, job_id = job_id)

## End(Not run)

sahilseth/flowr documentation built on March 20, 2021, 8:44 a.m.