View source: R/sampleBuilding.R
formatParameterList | R Documentation |
formatParameterList format parameters required by following functions, dealing with operations on features
formatParameterList(parameterList, lowercase = FALSE)
parameterList |
list describing a single preprocessing instruction. |
lowercase |
boolean to build lowercase operation name. |
format Parameter character matrix
instr <- list("select","x","log")
formatParameterList <- formatParameterList(instr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.