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