Format character strings to use upper camel-style formatting, where word
boundaries are defined by capitlization only (e.g. ThisIsCamelCase
).
Usage
upperCamelCase(object, ...)
Arguments
- object
Object.
- ...
Additional arguments.
Value
Modified object.
Contains syntatically valid names.
For objects with names()
defined, the underlying data
returns unchanged, except for character
or vector
class.
Details
Note that lower camel case is generally recommended in R over the use of
upper camel case. However, upper camel case is recommended by Bioconductor
for S4 class names and corresponding generators, but not variables or
functions.
Examples
showMethods("upperCamelCase")
#> Function: upperCamelCase (package AcidGenerics)
#> <No methods>
#>