makeNames | R Documentation |
For atomic
vectors, these functions will sanitize the values. Otherwise,
they will set names()
, rownames()
,
and/or colnames()
without modification of the values.
makeNames(object, ...)
object |
Object. |
... |
Additional arguments. |
Sanitizes names using underscores instead of dots, the convention used by
make.names()
.
Modified object.
make.names()
.
showMethods("makeNames")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.