| verify_numeric_join | R Documentation |
Checks if two numeric values are equal. If either value is NA, returns TRUE.
verify_numeric_join(x, y)
x |
A numeric value to be compared. |
y |
A numeric value to be compared. |
TRUE if the values are equal or if either value is NA. Returns FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.