psapply {grandR} | R Documentation |
Depending on whether SetParallel has been called, execute in parallel or not.
psapply(..., seed = NULL)
plapply(..., seed = NULL)
... |
forwarded to lapply or parallel::mclapply |
seed |
Seed for the random number generator |
If the code uses random number specify the seed to make it deterministic
a vector (psapply) or list (plapply)