valid.n: Find the number of valid (not NA) values

Description Usage Arguments Details Value Author(s) See Also

Description

Finds the number of valid (not NA) or total values in an object.

Usage

1
 valid.n(x,na.rm=TRUE)

Arguments

x

An object.

na.rm

Whether to count all values (FALSE) or only those not NA.

Details

valid.n finds the number of valid values of the object if na.rm=TRUE.

Value

The number of valid values or the length of the object.

Author(s)

Jim Lemon

See Also

describe


prettyR documentation built on May 2, 2019, 2:16 a.m.

Related to valid.n in prettyR...