| allNAs | R Documentation | 
Check if vector is only NAs
allNAs(vec)
| vec | Vector of values to be checked | 
boolean TRUE or FALSE
allNAs(c(NA, NA, NA)) allNAs(c(NA,1,NA)) allNAs(c(1,2,3)) allNAs(c())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.