formatParameterList {RclusTool}R Documentation

Format Parameter List

Description

formatParameterList format parameters required by following functions, dealing with operations on features

Usage

formatParameterList(parameterList, lowercase = FALSE)

Arguments

parameterList

list describing a single preprocessing instruction.

lowercase

boolean to build lowercase operation name.

Value

format Parameter character matrix

Examples


instr <- list("select","x","log")
formatParameterList <- formatParameterList(instr)


[Package RclusTool version 0.91.6 Index]