powered by
buildNameOperation build name of a single operation from its parameters
buildNameOperation(formatedRow, lowercase = F)
vector describing preprocessing operations
boolean to build lowercase operation name.
name of a single operation
# NOT RUN { formatedRow<-c(arg1="log", arg2="x", arg3="", arg4="") buildNameOperation(formatedRow) # }
Run the code above in your browser using DataLab