dcapply: Do Call Apply

Description Usage Arguments Value

Description

dcapply() uses do.call() to merge the products of an applied function according to specifications. The function will be applied in parallel if cores >= 1

Usage

1
dcapply(x, fun, combine, cores, ...)

Arguments

x

the data to split and apply a function

fun

the function to apply to the data

combine

the method to recombine the data

cores

the number of cores to use

...

additional parameters to lapply on each chunk

Value

The data with the function applied


pbulsink/hockeyR documentation built on May 15, 2019, 4:16 p.m.