struct {SparkR} | R Documentation |
Creates a new struct column that composes multiple input columns.
struct(x, ...) ## S4 method for signature 'characterOrColumn' struct(x, ...)
Other normal_funcs: abs
,
bitwiseNOT
, column
,
expr
, greatest
,
ifelse
, isnan
,
least
, lit
,
nanvl
, negate
,
randn
, rand
,
when
## Not run:
##D struct(df$c, df$d)
##D struct("col1", "col2")
## End(Not run)