R_batch_sequence | R Documentation |
Description of R_batch_sequence R6 class
Description of R_batch_sequence R6 class
new()
create a new R_batch_sequence object
R_batch_sequence$new(..., joblist = NULL)
...
One or more R_batch_job objects to be run in sequence
joblist
Optional list of jobs to be used instead of ...
add()
add one or more R_batch_job objects to the sequence
R_batch_sequence$add(...)
...
One or more R_batch_job objects to be added to sequence
submit()
submit the job sequence to the scheduler or local compute
R_batch_sequence$submit()
generate()
Calls each job's $generate() method so that scripts can be examined without running the sequence
R_batch_sequence$generate()
get_job_ids()
Return a named vector of the job ids for all jobs in this sequence
R_batch_sequence$get_job_ids()
clone()
The objects of this class are cloneable with this method.
R_batch_sequence$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.