formatParameterList: Format Parameter List

View source: R/sampleBuilding.R

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


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