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 non-aggregate functions: column_nonaggregate_functions, not()
column_nonaggregate_functions
not()
# NOT RUN { column("name") # }
Run the code above in your browser using DataLab