lapply,PCollection-method | R Documentation |
This is the PatchMastR analog to "lapply" for PCollection objects
## S4 method for signature 'PCollection'
lapply(X, FUN, ReturnPObject = F)
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 |
A PCollection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.