View source: R/sampleBuilding.R
detailOperation | R Documentation |
detail operation which are in config list
detailOperation(config = NULL)
config |
list of data.frames describing all preprocessing operations. |
detailOperation develop short operations (combinations select+log for example)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.