read_oddi: Read a folder of xlsx files produced by star-oddi telemetry...

View source: R/telemR.R

read_oddiR Documentation

Read a folder of xlsx files produced by star-oddi telemetry and put them together in a tidy tibble

Description

Read a folder of xlsx files produced by star-oddi telemetry and put them together in a tidy tibble

Usage

read_oddi(
  folder,
  meta_data_group,
  meta_data_xover = NULL,
  meta_data_sex = NULL,
  trim_bad_probe = T
)

Arguments

folder

a folder containing xlsx files produced by star-oddi emitters

trim_bad_probe

logical: should function remove bad probes? Particularly useful for probes attached to mouse, rather than implanted

meta_data

data frame or tibble containing sample group information

Value

a tidy telemetry tibble (tidy_telem)


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