powered by
Export all preprocessing operations in a csv file.
savePreprocess(filename.csv, config, dir)
csv file containing preprocessing.
character vector specifying the name of the csv file.
4-columns character matrix describing all preprocessing operations.
character vector specifying the directory of the csv file.
savePreprocess exports all preprocessing operations in a csv file
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))
Run the code above in your browser using DataLab