View source: R/round_tag_codes.R
round_tag_codes | R Documentation |
Round the tag IDs from a receiver to the nearest 5 or 0 to better match possible tag codes
round_tag_codes(
data_df = NULL,
round_to = 5,
timer_tag_code = "57",
noise_tag_code = "99"
)
data_df |
any data frame with a column named |
round_to |
the integer that the user would like to round |
timer_tag_code |
the beginning of the tag code associated with timer tags. Default value is "57". |
noise_tag_code |
the beginning of the tag code associated with noise tags. Default value is "99". |
a data frame containing all the original columns, plus an additional column tag_id
containing the fixed tag IDs
Kevin See and Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.