total.missing {DTwrappers2} | R Documentation |
total.missing
Description
This function calculates the total number of NA values in a vector.
Usage
total.missing(x, ...)
Arguments
x |
A vector. |
... |
Additional arguments. |
Value
An integer representing the total number of NA values in the vector x.
[Package DTwrappers2 version 0.0.3 Index]