prep_dtags: Prepare data from several DTags

View source: R/dtag.R

prep_dtagsR Documentation

Prepare data from several DTags

Description

Prepare data from several DTags

Usage

prep_dtags(
  files,
  start_times = NULL,
  out_freq,
  downsample = "thin_regular",
  keep_intervals = NULL,
  n_cores = 1
)

Arguments

files

Vector of file names

start_times

Vector of simes for start of data in 'file' (as POSIX)

out_freq

Required frequency of output

keep_intervals

List where each element is a vector of two times: start and end of time interval over which to keep the data (e.g., to exclude periods where the tag was not on the animal). If not specified, the whole data set is kept.

Value

Same data frame as prep_dtag


TheoMichelot/utilTM documentation built on April 14, 2025, 12:52 p.m.