trim_telem | R Documentation |
Trim tidy telemetry data.
trim_telem(
tidy_telem,
start_time = NULL,
end_time = NULL,
keep_groups = NULL,
keep_mice = NULL,
cut_mice = NULL
)
tidy_telem |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
start_time |
start time for new output file |
end_time |
end time for new output file |
keep_groups |
optionally keep selected groups as defined in meta data. Default (NULL) is to keep all. |
keep_mice |
optionally keep defined mice. Default (NULL) is to keep all. |
a tidy telemetry tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.