| column {SparkR} | R Documentation | 
The column class supports unary, binary operations on SparkDataFrame columns
Returns a Column based on the given column name.
column(x)
## S4 method for signature 'jobj'
column(x)
## S4 method for signature 'character'
column(x)
| x | Character column name. | 
jcreference to JVM SparkDataFrame column
Column since 1.4.0
column since 1.6.0
Other non-aggregate functions: 
column_nonaggregate_functions,
not()
## Not run: column("name")