makeCamelCase | R Documentation |
Convert a vector
of characters to camel case by replacing
dots by captial letters.
makeCamelCase(x, prefix)
x |
A |
prefix |
An optional |
A character
of same length as x
.
Laurent Gatto
nms <- c("aa.foo", "ab.bar")
makeCamelCase(nms)
makeCamelCase(nms, prefix = "x")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.