tsibble (version 0.7.0)

group_by_key: Group by key variables

Description

Group by key variables

Usage

group_by_key(.data, ..., .drop = FALSE)

Arguments

.data

A tbl_ts object.

...

Ignored.

.drop

When .drop = TRUE, empty groups are dropped.

Examples

Run this code
# NOT RUN {
tourism %>%
  group_by_key()
# }

Run the code above in your browser using DataCamp Workspace