emrlapply: Parallel lapply() function using Amazon's EMR service.

Description Usage Arguments Value

View source: R/emrlapply.R

Description

Parallel lapply() function for applying a function to every item in a list using Amazon's EMR service.

Usage

1
emrlapply(clusterObject, X, FUN, taskTimeout = 10, ...)

Arguments

clusterObject

cluster on which to run the process

X

list to which the function will be applied

FUN

function to apply

taskTimeout

maximum time a single unit of work can run (in minutes)

...

other params to pass to FUN

Value

Output as a list


zachmayer/segue2 documentation built on May 4, 2019, 9:07 p.m.