na.remove is replaced by na_remove.
The functionality stays the same. The new name better fits modern R code
style guidelines (which prefer _ over . in function names).
Usage
na.remove(x, ...)
Arguments
x
Numeric Vector (vector) or Time Series (ts)
object in which missing values shall be replaced