powered by
Export all preprocessing operations in a csv file.
savePreprocess(filename.csv, config, dir)
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.
csv file containing preprocessing.
savePreprocess exports all preprocessing operations in a csv file
# 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