Learn R Programming

LOLA (version 1.2.2)

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

Description

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

Usage

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

Arguments

...
Arguments passed lapply() or mclapply()
mc.preschedule
Argument passed to mclapply

Value

Result from lapply or parallel::mclapply