Learn R Programming

RclusTool (version 0.91)

formatParameterList: Format Parameter List

Description

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

Usage

formatParameterList(parameterList, lowercase = F)

Arguments

parameterList

list describing a single preprocessing instruction.

lowercase

boolean to build lowercase operation name.

Value

format Parameter character matrix

Examples

Run this code
# NOT RUN {
instr <- list("select","x","log")
formatParameterList <- formatParameterList(instr)

# }

Run the code above in your browser using DataLab