na.clean: Remove NA Values

View source: R/na.clean.R

na.cleanR Documentation

Remove NA Values

Description

Remove all elements (if vector) or rows (if matrix/data frame) containing NA values.

Usage

na.clean(x)

Arguments

x

vector or matrix/data frame to check for NA values.

Value

Object similar to x, but possibly shorter (if vector) or fewer rows (if matrix/data frame).

Note

Similar to na.exclude and na.omit, but without special attributes.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.