Description Usage Arguments Examples
Logical for whether a vector contains all NAs
| 1 | not_all_na(x)
 | 
| x | Vector | 
| 1 2 3 | c(1:3) %>% not_all_na()
rep(NA, 3) %>% not_all_na()
c(1, 2, NA) %>% not_all_na()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.