lapplyOnCores: Run a function on all elements of x on one or more cores

Description Usage Arguments Value

View source: R/Utilities.R

Description

Run a function on all elements of x on one or more cores

Usage

1
lapplyOnCores(x, FUN, NumberOfCores = 1L, ...)

Arguments

x

An object to apply FUN to.

FUN

The function to apply.

NumberOfCores

The number of cores to use (defaulted to 1), truncated to the number of avaliable cores.

...

Additional arguments to FUN.

Value

A list of outputs from FUN.


RstoxData documentation built on July 17, 2021, 5:08 p.m.