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. |
jc
reference to JVM SparkDataFrame column
Column since 1.4.0
column since 1.6.0
Other normal_funcs: abs
,
bitwiseNOT
, coalesce
,
expr
, from_json
,
greatest
, ifelse
,
isnan
, least
,
lit
, nanvl
,
negate
, randn
,
rand
, struct
,
to_json
, when
## Not run: column("name")