arrange.tsymble_ts: arrange.tsymble_ts

View source: R/dplyr-verbs.R

arrange.tsymble_tsR Documentation

arrange.tsymble_ts

Description

An S3 method for arranging tsymble_ts object

Usage

## S3 method for class 'tsymble_ts'
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.