cluster_initialize.Rd
Intialize the cluster input queue by adding all of the jobs based on the input data
cluster_initialize(cl_name, x, f, envir = parent.frame())
cl_name | cluster name |
---|---|
x | the data |
f | a function to map to the data |
envir | an environment within which to evaluate the function |
a cluster object