size {SparkR}R Documentation

size

Description

Returns length of array or map.

Usage

size(x)

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

See Also

Other collection_funcs: array_contains, explode, sort_array

Examples

## Not run: size(df$c)

[Package SparkR version 2.0.0 Index]