# NOT RUN {
instr <- rbind(c("select","x","log",""), c("select","y","log",""))
tf <- tempfile()
write.table(instr, tf, sep=",", col.names = FALSE, row.names = FALSE)
operations <- loadPreprocessFile(tf)
# }
Run the code above in your browser using DataLab