replace.missing: (Internal function) Replace missing values by specified...

Description Usage Arguments Value

View source: R/parallelization.R

Description

(Internal function) Replace missing values by specified values, internally used for parallelization

Usage

1

Arguments

X

A vector of data

missing

The old characters representing a missing value, for example, 'NA' or '-'

rep

The new characters to replace the old characters, for example, 'NULL' or '-1'

Value

A vector of data with replaced character for miss values


IPCAPS documentation built on Jan. 26, 2021, 1:06 a.m.