plapply: Parallel apply using the packages parallel, BiocParallel or...

Description Usage Arguments

View source: R/misc.R

Description

From the pagoda package with some minor improvements originally called papply

Usage

1
2
plapply(..., n.cores = detectCores(logical = FALSE),
  mc.preschedule = FALSE)

Arguments

...

parameters to the apply functions, do not include BPPARAM or mc.cores

n.cores

numbere of cores to use, will automatically detect the number of physical cores if possible

mc.preschedule

parameter for mclapply


barkasn/nbHelpers documentation built on Oct. 10, 2020, 9:46 p.m.