not.na | R Documentation |
Given a vector, returns TRUE for all entities that aren't NA.
not.na(x)
x |
A vector to check for NAs against. |
A vector of elements that aren't NA
not.na(c(1, NA, 2, NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.