na.remove {imputeTS}R Documentation

Deprecated use na_remove instead.

Description

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


[Package imputeTS version 3.3 Index]