preprocess: Data preprocessing

Description Usage Arguments

Description

Data preprocessing for factor, numeric, character and missing values.

Usage

1
2

Arguments

data

[character(1)]
Give the data set to be preprocessing.

factor

[factor(1)]
A vector of variable names which should be as factor. Default is NULL.

numeric

[factor(1)]
A vector of variable names which should be as numeric. Default is NULL.

character

[factor(1)]
A vector of variable names which should be as character. Default is NULL.

omit.missing

[logical(1)]
Omit the missings values? Default is FALSE.


BoyaoZhang/data516 documentation built on May 6, 2019, 8:01 a.m.