lapplyAlias: Function to run lapply or mclapply, depending on the option...

Description Usage Arguments Value

View source: R/utility.R

Description

Function to run lapply or mclapply, depending on the option set in getOption("mc.cores"), which can be set with setLapplyAlias().

Usage

1
lapplyAlias(..., mc.preschedule = TRUE)

Arguments

...

Arguments passed lapply() or mclapply()

mc.preschedule

Argument passed to mclapply

Value

Result from lapply or parallel::mclapply


nsheff/LOLA documentation built on Sept. 8, 2020, 11:50 a.m.