Learn R Programming

hgutils (version 0.2.11)

rm_na: Remove NA

Description

Remove NA

Usage

rm_na(x)

Arguments

x

vector containing possible NA values.

Value

Vector without NA

See Also

Other NA functions: rm_empty_rows()

Examples

Run this code
# NOT RUN {
rm_na(c(1,2,NA,54))
# }

Run the code above in your browser using DataLab