set_check_pins: set_check_pins

View source: R/set_check.R

set_check_pinsR Documentation

set_check_pins

Description

returns a vector of pin_ID's that had recorded a note consisting of an 'issue' i.e. mussel hole, or grass tuft. These are pins that, at any point in the data set, had an issue noted. This vector can be used in filtering pins from inclusion in analysis.

Usage

set_check_pins(
  dataSET,
  issues = c("Hole", "hole", "mussel", "Holr", "Shell", "Mussel", "edge of hole",
    "hole next to mussel"),
  ...
)

Arguments

issues

Defaults to some common note flags that have been used, (hole, mussel, mussel hole)

...

additional character strings of notes to flag.

Value

tibble containing SET data in long format. This tibble must have a "Notes" column to operate properly.

Examples

NULL



afstarke/reSET documentation built on July 16, 2025, 10:16 p.m.