equal_with_na | R Documentation |
This function is a variant of == that takes in account NAs. By default NA == NA returns FALSE in R With this fonction, NAs can be compared
equal_with_na(a, b)
a |
a vector |
b |
a vector |
a boolean vector with element wise comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.