explode {SparkR}R Documentation

explode

Description

Creates a new row for each element in the given array or map column.

Usage

## S4 method for signature 'Column'
explode(x)

explode(x)

See Also

Other collection_funcs: array_contains, array_contains; size, size; sort_array, sort_array

Examples

## Not run: explode(df$c)

[Package SparkR version 1.6.0 Index]