Learn R Programming

RclusTool (version 0.91)

savePreprocess: Preprocessing exportation

Description

Export all preprocessing operations in a csv file.

Usage

savePreprocess(filename.csv, config, dir)

Arguments

filename.csv

character vector specifying the name of the csv file.

config

4-columns character matrix describing all preprocessing operations.

dir

character vector specifying the directory of the csv file.

Value

csv file containing preprocessing.

Details

savePreprocess exports all preprocessing operations in a csv file

Examples

Run this code
# NOT RUN {
test.file <- "test.savePreprocess.csv"
config <- matrix(c("select","x",NA,NA,"select","y",NA,NA), byrow=TRUE, ncol=4)
savePreprocess(test.file, config, tempdir())


# }

Run the code above in your browser using DataLab