getNNA | R Documentation |
Trivial function to count number of NA values in input
getNNA(x)
x |
vector containing the values to check for NAs |
numeric: the number of NA values in
Started before 5.iv.21
Chris Evans
getNOK
for count of non-missing values
Other counting functions:
getNOK()
Other data checking functions:
checkAllUnique()
,
getNOK()
,
isOneToOne()
getNNA(c(1:5, NA, 7:10))
getNNA(c(1:5, NA, 7:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.