camelCase | R Documentation |
Format character strings to use (lower) camel-style formatting, where word
boundaries are defined by capitlization only (e.g. thisIsCamelCase
).
camelCase(object, ...)
object |
Object. |
... |
Additional arguments. |
Camel case is recommended by Bioconductor for variable and function names.
Modified object.
Contains syntatically valid names.
For objects with names()
defined, the underlying data
returns unchanged, except for character
or vector
class.
showMethods("camelCase")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.