set_check_pins | R Documentation |
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.
set_check_pins(
dataSET,
issues = c("Hole", "hole", "mussel", "Holr", "Shell", "Mussel", "edge of hole",
"hole next to mussel"),
...
)
issues |
Defaults to some common note flags that have been used, (hole, mussel, mussel hole) |
... |
additional character strings of notes to flag. |
tibble containing SET data in long format. This tibble must have a "Notes" column to operate properly.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.