newJob | R Documentation |
create and enqueue a new job
newJob(.type, .parentPath, ..., .parent = NULL, .enqueue = TRUE)
.type |
character scalar name of job type |
.parentPath |
the folder in which to create the new job's folder.
If omitted, no folder is created for this job, and the job's |
... |
additional named metadata for this job |
.parent |
.parent job, if any |
.enqueue |
logical scalar; should the job be added to the current queue? Default: TRUE, but non-server callers such as scripts should specify FALSE. |
A job is a Twig object from the Copse created by
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.