Skip to contents

Ensure that grouping levels match across data frames - add an error/warning if not.

Usage

join_timeseries(
  .x,
  y,
  by = NULL,
  group = NULL,
  method = NA,
  copy = FALSE,
  suffix = c("", ".y"),
  keep = NULL
)