buildNameOperation: Build Name Operation

View source: R/sampleBuilding.R

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


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