isnot_na | R Documentation |
Return TRUE if the value is not a NA.
isnot_na(x)
x |
A vector |
A boolean vector with the return from the condition check.
isnot_na(2)
isnot_na(NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.