explode {SparkR} | R Documentation |
Creates a new row for each element in the given array or map column.
## S4 method for signature 'Column' explode(x) explode(x)
x |
Column to compute on |
explode since 1.5.0
Other collection_funcs: array_contains
,
array_contains
,
array_contains,Column-method
;
posexplode
, posexplode
,
posexplode,Column-method
;
size
, size
,
size,Column-method
;
sort_array
, sort_array
,
sort_array,Column-method
## Not run: explode(df$c)