| transmute.grouped_tsymble | R Documentation |
An S3 method for transmuting a tsymble_ts object
## S3 method for class 'grouped_tsymble'
transmute(.data, ...)
.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. |
... |
< The value can be:
|
An object of the same type as .data. The output has the following
properties:
Columns created or modified through ... will be returned in the order
specified by ....
Unmodified grouping columns will be placed at the front.
The number of rows is not affected.
Columns given the value NULL will be removed.
Groups will be recomputed if a grouping variable is mutated.
Data frame attributes are preserved.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.