align_telem: Take two tidy telem files and align(combine) them, without...

View source: R/telemR.R

align_telemR Documentation

Take two tidy telem files and align(combine) them, without collpasing. Note that new dates for tidy_telem_2 will be inaccurate. If animals in the two experiments have the same number and meta data, their values will be averaged by default

Description

Take two tidy telem files and align(combine) them, without collpasing. Note that new dates for tidy_telem_2 will be inaccurate. If animals in the two experiments have the same number and meta data, their values will be averaged by default

Usage

align_telem(
  tidy_telem_1,
  tidy_telem_2,
  align_date_1 = NULL,
  align_date_2 = NULL
)

Arguments

tidy_telem_1

a tidy telemetry tibble, as produced by read_starr or read_oddi

tidy_telem_2

a tidy telemetry tibble, as produced by read_starr or read_oddi

align_date_1

date in tidy_telem_1 to align with date in tidy_telem_2

align_date_2

date in tidy_telem_2 to align with date in tidy_telem_1

Value

a collpased tidy telemetry tibble


jevanveen/telemR documentation built on June 10, 2024, 11:11 a.m.