Learn R Programming

RclusTool (version 0.91.61)

buildNameOperation: Build Name Operation

Description

buildNameOperation build name of a single operation from its parameters

Usage

buildNameOperation(formatedRow, lowercase = FALSE)

Value

name of a single operation

Arguments

formatedRow

vector describing preprocessing operations

lowercase

boolean to build lowercase operation name.

Examples

Run this code

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

Run the code above in your browser using DataLab