View source: R/compress_txt_data.R
compress_txt_data | R Documentation |
Compresses cleaned records, showing the first and last detection on each receiver for each tag, and how many times it was detected on that receiver in that window.
compress_txt_data(
data_df = NULL,
max_min = 2,
assign_week = T,
week_base = "0901",
append_week = c("first", "last")
)
data_df |
data.frame containing all valid observations, output from |
max_min |
maximum number of minutes between detections of a tag before it's considered a different "group" of detections. Default is 2. |
assign_week |
Should this function assign a week number to the output? Default is |
week_base |
If assigning week numbers, the date when the numbering should start in "MMDD" format |
append_week |
If assigning weeks, should the week be assigned based on the |
a data frame containing a compressed format of the telemetry receiver records
Kevin See and Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.