arrange-table.express {table.express}R Documentation

Arrange rows

Description

Alias for order_by-table.express.

Usage

## S3 method for class 'ExprBuilder'
arrange(.data, ...)

## S3 method for class 'data.table'
arrange(.data, ...)

Arguments

.data

An instance of ExprBuilder.

...

See order_by-table.express.

Details

To see more examples, check the vignette, or the table.express-package entry.


[Package table.express version 0.4.2 Index]