flowr (version 0.9.11)

submit_job: 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 logical vector suggesting whether to submit this job

verbose

logical

...

not used

Examples

Run this code
# NOT RUN {
submit_job(jobj = jobj, fobj = fobj, execute = FALSE,
verbose = TRUE, wd = wd, job_id = job_id)
# }

Run the code above in your browser using DataLab