tsibble (version 0.9.2)

group_by_key: Group by key variables

Description

stable

Usage

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

Arguments

.data

A tbl_ts object.

...

Ignored.

.drop

When .drop = TRUE, empty groups are dropped. See group_by_drop_default() for what the default value is for this argument.

Examples

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

Run the code above in your browser using DataCamp Workspace