detail operation which are in config list
detailOperation(config = NULL)
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)
list of data.frames describing all preprocessing operations.
detailOperation develop short operations (combinations select+log for example)