savePreprocess: Preprocessing exportation

View source: R/sampleBuilding.R

savePreprocessR Documentation

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.

Details

savePreprocess exports all preprocessing operations in a csv file

Value

csv file containing preprocessing.

Examples

test.file <- tempfile()
config <- matrix(c("select","x",NA,NA,"select","y",NA,NA), byrow=TRUE, ncol=4)
savePreprocess(basename(test.file), config, dirname(test.file))



RclusTool documentation built on Aug. 29, 2022, 9:07 a.m.