join_timeseries: Ensure that grouping levels match across data frames - add an...

View source: R/sync_time.R

join_timeseriesR Documentation

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

Description

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
)

roaldarbol/sleepr documentation built on May 9, 2024, 11:30 p.m.