Description Usage Arguments Value Examples
Predicate to determine if some but not all elements of a vector are NA.
1 |
x |
Vector |
A single locical.
1 2 3 4 5 6 | x <- c(1:3, NA)
some_but_not_all_is_na(x)
x <- c(NA, NA)
some_but_not_all_is_na(x)
x <- c(1:3)
some_but_not_all_is_na(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.