View source: R/parse_code_ending.R
parse_code_ending | R Documentation |
Filter a data frame to extract observations for tag codes ending in code_ending
;
useful for extracting noise, timer, etc information.
parse_code_ending(data_to_parse = NULL, code_ending = NULL)
data_to_parse |
a data frame to be "parsed" or filtered containing a column |
code_ending |
the ending of the tag code to filter for. Some examples include: "575$" for timer tags, "995$" for noise tags, or "525$" for sentinel tags |
a data frame containing only records for the desired code_ending
Kevin See and Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.