NA
Remove NA
rm_na(x)
x
vector containing possible NA values.
Vector without NA
Other NA functions: rm_empty_rows()
rm_empty_rows()
rm_na(c(1,2,NA,54))