dottedCase | R Documentation |
Support is provided for matching against base R parameters. However, it is
recommended to avoid using it for variable assignments into an environment
,
as that can introduce conflicts with base functions.
dottedCase(object, ...)
## S4 method for signature 'character'
dottedCase(object, smart = TRUE, names = TRUE, prefix = TRUE)
object |
Object. |
smart |
|
names |
Only applies to string mode ( |
prefix |
Enabled by default for string mode, but disabled by default for rename mode, when applicable. |
... |
Additional arguments. |
Modified object.
Contains syntatically valid names.
For objects with names()
defined, the underlying data
returns unchanged, except for character
or vector
class.
Updated 2020-01-27.
data(syntactic, package = "AcidTest")
object <- syntactic$character
dottedCase(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.