Learn R Programming

DTwrappers2 (version 0.0.3)

total.missing: total.missing

Description

This function calculates the total number of NA values in a vector.

Usage

total.missing(x, ...)

Value

An integer representing the total number of NA values in the vector x.

Arguments

x

A vector.

...

Additional arguments.