submit_job | R Documentation |
Internal function (used by submit_flow), which submit a single step of a flow.
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 |
## 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.