tsibble (version 0.6.2)

group_by_key: Group by key variables

Description

Group by key variables

Usage

group_by_key(.data, ...)

Arguments

.data

A tbl_ts object.

...

Ignored.

Examples

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

Run the code above in your browser using DataLab