Learn R Programming

RclusTool (version 0.91.61)

formatParameterList: Format Parameter List

Description

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

Usage

formatParameterList(parameterList, lowercase = FALSE)

Value

format Parameter character matrix

Arguments

parameterList

list describing a single preprocessing instruction.

lowercase

boolean to build lowercase operation name.

Examples

Run this code

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

Run the code above in your browser using DataLab