parse_code_ending: Parse Data Using a Code "Ending"

View source: R/parse_code_ending.R

parse_code_endingR Documentation

Parse Data Using a Code "Ending"

Description

Filter a data frame to extract observations for tag codes ending in code_ending; useful for extracting noise, timer, etc information.

Usage

parse_code_ending(data_to_parse = NULL, code_ending = NULL)

Arguments

data_to_parse

a data frame to be "parsed" or filtered containing a column tag_id

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

Value

a data frame containing only records for the desired code_ending

Author(s)

Kevin See and Mike Ackerman


mackerman44/telemetyr documentation built on Feb. 15, 2025, 1:08 a.m.