upperCamelCase | R Documentation |
Format character strings to use upper camel-style formatting, where word
boundaries are defined by capitlization only (e.g. ThisIsCamelCase
).
upperCamelCase(object, ...)
object |
Object. |
... |
Additional arguments. |
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.
Modified object.
Contains syntatically valid names.
For objects with names()
defined, the underlying data
returns unchanged, except for character
or vector
class.
showMethods("upperCamelCase")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.