View source: R/valueCoordinates.R
value_check | R Documentation |
A helper function that performs equality checks between values, with special handling for NA values.
value_check(x, y)
x |
A value from the data frame being searched |
y |
The target value to compare against |
A logical value: TRUE if the values match according to the comparison rules, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.