makeJob {BatchJobs} | R Documentation |
Creates a job description.
Description
Usually you will not do this manually. Every object is a list that contains the passed arguments of the constructor.
Usage
makeJob(id = NA_integer_, fun, fun.id = digest(fun), pars, name, seed)
Arguments
id |
[ |
fun |
[ |
fun.id |
[ |
pars |
[ |
name |
[ |
seed |
[ |
[Package BatchJobs version 1.9 Index]