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)
Other collection_funcs: array_contains
,
size
, sort_array
## Not run: explode(df$c)