View source: R/sampleBuilding.R
buildNameOperation | R Documentation |
buildNameOperation build name of a single operation from its parameters
buildNameOperation(formatedRow, lowercase = FALSE)
formatedRow |
vector describing preprocessing operations |
lowercase |
boolean to build lowercase operation name. |
name of a single operation
formatedRow<-c(arg1="log", arg2="x", arg3="", arg4="")
buildNameOperation(formatedRow)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.