Rdocumentation
powered by
Learn R Programming
scde (version 2.0.1)
papply: wrapper around different mclapply mechanisms
Description
Abstracts out mclapply implementation, and defaults to lapply when only one core is requested (helps with debugging)
Usage
papply(..., n.cores = n)
Arguments
...
parameters to pass to lapply, mclapply, bplapply, etc.
n.cores
number of cores. If 1 core is requested, will default to lapply