read_starr: Read .asc files produced by starr telemetry and put them in...

View source: R/telemR.R

read_starrR Documentation

Read .asc files produced by starr telemetry and put them in tidy tibbles

Description

Read .asc files produced by starr telemetry and put them in tidy tibbles

Usage

read_starr(
  raw_asc,
  meta_data_group,
  meta_data_xover = NULL,
  meta_data_sex = NULL,
  trim_na = F,
  trim_bad_probe = F
)

Arguments

raw_asc

.asc file produced by starr telemetry system. Use "new format" and "date-time in left column only" when exporting .asc

meta_data_group

data frame or tibble containing sample group information

meta_data_xover

data frame or tibble containing sample corssover groups

meta_data_sex

data frame or tibble containing sample sexes

trim_na

logical: should function remove time points containing NA values?

trim_bad_probe

logical: should function remove bad probes?

n_animals

number of animals

n_measurements

number of measurments taken

Value

a tidy telemetry tibble (tidy_telem)


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