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