detailOperation: detail Operation

View source: R/sampleBuilding.R

detailOperationR 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)


RclusTool documentation built on Aug. 29, 2022, 9:07 a.m.