buildNameOperation {RclusTool}R Documentation

Build Name Operation

Description

buildNameOperation build name of a single operation from its parameters

Usage

buildNameOperation(formatedRow, lowercase = FALSE)

Arguments

formatedRow

vector describing preprocessing operations

lowercase

boolean to build lowercase operation name.

Value

name of a single operation

Examples


formatedRow<-c(arg1="log", arg2="x", arg3="", arg4="")
buildNameOperation(formatedRow)


[Package RclusTool version 0.91.6 Index]