na.remove: Deprecated use 'na_remove' instead.

View source: R/deprecated_defunct.R

na.removeR 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


imputeTS documentation built on Sept. 9, 2022, 9:05 a.m.