arrange.tbl_ts: Arrange rows by variables
Description
Arrange rows by variables
Usage
# S3 method for tbl_ts
arrange(.data, ...)# S3 method for grouped_ts
arrange(.data, ..., .by_group = FALSE)
Arguments
...
A set of unquoted variables, separated by commas.
.by_group
TRUE
will sort first by grouping variables.
Details
If not arranging key and index in ascending order, a warning is
likely to be issued.