lapply-PCollection-method: apply function for PCollection objects

lapply,PCollection-methodR Documentation

apply function for PCollection objects

Description

[Stable]
This is the PatchMastR analog to "lapply" for PCollection objects

Usage

## S4 method for signature 'PCollection'
lapply(X, FUN, ReturnPObject = F)

Arguments

X

a PCollection object

FUN

the function to be applied

ReturnPObject

whether to return results as a PCollection Default is FALSE, then returns a list

Value

A PCollection object


moritzlindner/PatchMasteR documentation built on April 30, 2024, 1:52 a.m.