WindowSpec-class {SparkR}R Documentation

S4 class that represents a WindowSpec

Description

WindowSpec can be created by using window.partitionBy() or window.orderBy()

Arguments

sws

A Java object reference to the backing Scala WindowSpec

See Also

window.partitionBy, window.orderBy


[Package SparkR version 2.0.0 Index]