Learn R Programming

hgutils (version 0.2.19)

rm_na: Remove NA

Description

Remove NA

Usage

rm_na(x)

Value

Vector without NA

Arguments

x

vector containing possible NA values.

See Also

Other NA functions: rm_empty_rows()

Examples

Run this code
rm_na(c(1,2,NA,54))

Run the code above in your browser using DataLab