make_names | R Documentation |
Try to make more convinient names than make.names
.
make_names(x, to_lower = TRUE, rename_values = FALSE, ...)
x |
a character vector (of factor) with names to change |
to_lower |
a locigal whether to turn names to lower case. |
rename_values |
a locigal whether to rename last column (values column) as "values". |
... |
Arguments passed to |
Modifications:
* replace some umlaut mark characters with a similar characters without
* a space and punctuations replaced with "_"
* remove duplicated, leading and trailing "_"
* finnish with make.names
a character vector (or factor).
make_names(c("M\u00E4\u00E4r\u00E4", "Regional code"))
make_names("Hello, world!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.