Description Usage Arguments Note Examples
Creates a WindowSpec with the partitioning defined.
1 2 3 4 5 6 7 | windowPartitionBy(col, ...)
## S4 method for signature 'character'
windowPartitionBy(col, ...)
## S4 method for signature 'Column'
windowPartitionBy(col, ...)
|
col |
A column name or Column by which rows are partitioned to windows. |
... |
Optional column names or Columns in addition to col, by which rows are partitioned to windows. |
windowPartitionBy(character) since 2.0.0
windowPartitionBy(Column) since 2.0.0
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.