Learn R Programming

polypharmacy (version 1.0.0)

rmNA: Utils

Description

Delete NAs and NaNs.

Usage

rmNA(x)

Arguments

x

Vector.

Value

x without NAs or NaNs.

Examples

Run this code
# NOT RUN {
x <- c(1:10, NA, NaN)
rmNA(x)
# }

Run the code above in your browser using DataLab