Convert to camel case by replacing dots by captial letters
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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.