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.


arni-magnusson/arni documentation built on Nov. 3, 2023, 7:35 p.m.