powered by
The column class supports unary, binary operations on SparkDataFrame columns
Returns a Column based on the given column name.
column(x)# S4 method for jobj column(x)# S4 method for character column(x)
# S4 method for jobj column(x)
# S4 method for character column(x)
Character column name.
jc
reference to JVM SparkDataFrame column
Other normal_funcs: abs, bitwiseNOT, coalesce, expr, greatest, ifelse, isnan, least, lit, nanvl, negate, randn, rand, struct, when
abs
bitwiseNOT
coalesce
expr
greatest
ifelse
isnan
least
lit
nanvl
negate
randn
rand
struct
when
# NOT RUN { column("name") # }
Run the code above in your browser using DataLab