Description Usage Arguments Examples
Internal function (used by submit_flow), which submit a single step of a flow.
1 | submit_job(jobj, fobj, job_id, execute = FALSE, verbose = FALSE, ...)
|
jobj |
Object of calls job |
fobj |
Object of calls flow |
job_id |
job id |
execute |
A |
verbose |
logical |
... |
not used |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.