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

View source: R/parallelization.R

replace.missingR Documentation

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

Description

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

Usage

replace.missing(X, missing = NA, rep)

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


kridsadakorn/ipcaps2 documentation built on June 11, 2022, 8:35 p.m.