mapplyOnCores: 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
mapplyOnCores(FUN, NumberOfCores = 1L, ..., MoreArgs = NULL, SIMPLIFY = FALSE)

Arguments

FUN

The function to apply.

NumberOfCores

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

..., MoreArgs, SIMPLIFY

See mapply.

Value

A list of outputs from FUN.


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