read_starr | R Documentation |
Read .asc files produced by starr telemetry and put them in tidy tibbles
read_starr(
raw_asc,
meta_data_group,
meta_data_xover = NULL,
meta_data_sex = NULL,
trim_na = F,
trim_bad_probe = F
)
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 |
a tidy telemetry tibble (tidy_telem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.