rm_na {hgutils} | R Documentation |
Remove NA
Description
Remove NA
Usage
rm_na(x)
Arguments
x |
vector containing possible |
Value
Vector without NA
See Also
Other NA functions:
rm_empty_rows()
Examples
rm_na(c(1,2,NA,54))
[Package hgutils version 0.2.11 Index]