ungroup.tsymble_ts: ungroup.tsymble_ts

View source: R/dplyr-verbs.R

ungroup.tsymble_tsR Documentation

ungroup.tsymble_ts

Description

An S3 method for ungrouping a tsymble_ts object

Usage

## S3 method for class 'tsymble_ts'
ungroup(x, ...)

Arguments

x

A tbl()

...

In group_by(), variables or computations to group by. Computations are always done on the ungrouped data frame. To perform computations on the grouped data, you need to use a separate mutate() step before the group_by(). Computations are not allowed in nest_by(). In ungroup(), variables to remove from the grouping.

Value

A grouped data frame with class grouped_df, unless the combination of ... and add yields a empty set of grouping columns, in which case a tibble will be returned.


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