Learn R Programming

DTwrappers2 (version 0.0.3)

total.measured: total.measured

Description

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

Usage

total.measured(x, ...)

Value

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

Arguments

x

A vector.

...

Additional arguments.