powered by
Delete NAs and NaNs.
NA
NaN
rmNA(x)
Vector.
x without NAs or NaNs.
x
# NOT RUN { x <- c(1:10, NA, NaN) rmNA(x) # }
Run the code above in your browser using DataLab