snakeCase | R Documentation |
Format character strings to use snake-style formatting, where word boundaries
are defined by underscores (e.g. this_is_snake_case
).
snakeCase(object, ...)
object |
Object. |
... |
Additional arguments. |
Modified object.
Contains syntatically valid names.
For objects with names()
defined, the underlying data
returns unchanged, except for character
or vector
class.
showMethods("snakeCase")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.