Trivial function to count number of non-NA values in input
getNOK.RdTrivial function to count number of non-NA values in input
See also
getNNA for count of missing values
Other counting functions:
getNNA()
Other data checking functions:
checkAllUnique(),
getNNA(),
isOneToOne()
Examples
getNOK(c(1:5, NA, 7:10))
#> [1] 9