is_non_null | R Documentation |
Check if all values are not NA
is_non_null(x)
x |
A vector |
TRUE if the vector has no NA values
is_non_null(1:5) # TRUE
is_non_null(c(1, NA, 3)) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.