arrange.grouped_tsymble: arrange.grouped_tsymble

arrange.grouped_tsymbleR Documentation

arrange.grouped_tsymble

Description

An S3 method for arranging tsymble_ts object

Usage

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

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

...

<data-masking> Variables, or functions of variables. Use desc() to sort a variable in descending order.

Value

An object of the same type as .data. The output has the following properties:

  • All rows appear in the output, but (usually) in a different place.

  • Columns are not modified.

  • Groups are not modified.

  • Data frame attributes are preserved.


jagg19/AlpacaforR documentation built on July 3, 2023, 12:14 p.m.