submit_job {flowr} | R Documentation |
Submit a step of a flow
Description
Internal function (used by submit_flow), which submit a single step of a flow.
Usage
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 |
verbose |
logical |
... |
not used |
Examples
## Not run:
submit_job(jobj = jobj, fobj = fobj, execute = FALSE,
verbose = TRUE, wd = wd, job_id = job_id)
## End(Not run)
[Package flowr version 0.9.11 Index]