View source: R/parallelization.R
replace.missing | R Documentation |
(Internal function) Replace missing values by specified values, internally used for parallelization
replace.missing(X, missing = NA, rep)
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' |
A vector of data with replaced character for miss values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.