detailOperation {RclusTool} | R Documentation |
detail Operation
Description
detail operation which are in config list
Usage
detailOperation(config = NULL)
Arguments
config |
list of data.frames describing all preprocessing operations. |
Details
detailOperation develop short operations (combinations select+log for example)
Value
newConfig
instr <- rbind(c("select","x","log",""), c("select","y","log","")) tf2 <- tempfile() write.table(instr, tf2, sep=",", col.names = FALSE, row.names = FALSE) operations <- loadPreprocessFile(tf2)
detailOperations<-detailOperation(operations)
[Package RclusTool version 0.91.6 Index]