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: size, size

Examples

## Not run: explode(df$c)

[Package SparkR version 1.5.1 Index]