| create_lambda {SparkR} | R Documentation | 
Create o.a.s.sql.expressions.LambdaFunction corresponding
to transformation described by func.
Used by higher order functions.
Description
Create o.a.s.sql.expressions.LambdaFunction corresponding
to transformation described by func.
Used by higher order functions.
Usage
create_lambda(fun)
Arguments
| fun | R function(unary, binary or ternary)
that transformsColumnsinto aColumn | 
Value
JVM LambdaFunction object
[Package 
SparkR version 3.2.2 
Index]