column {SparkR} | R Documentation |
Though scala functions has "col" function, we don't expose it in SparkR because we don't want to conflict with the "col" function in the R base package and we also have "column" function exported which is an alias of "col".
Returns a Column based on the given column name.
column(x) col(x) ## S4 method for signature 'character' column(x)
Other normal_funcs: abs
,
bitwiseNOT
, expr
,
greatest
, ifelse
,
isnan
, least
,
lit
, nanvl
,
negate
, randn
,
rand
, struct
,
when
## Not run: column(df)