not.na | R Documentation |
Opposite of is.na(). Check if entry is not NA
not.na(x)
x |
vector entry |
a boolean value to indicate if entry is NA
not.na(NA) # FALSE
not.na(NULL) # logical(0)
if(not.na(45)) message("something") # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.