total.missing {DTwrappers2} | R Documentation |
This function calculates the total number of NA values in a vector.
total.missing(x, ...)
x |
A vector. |
... |
Additional arguments. |
An integer representing the total number of NA values in the vector x.