Description Usage Arguments Value Examples
View source: R/transform_name.R
This function transforms the input to a string which can be properly saved, i.e. transforms upper case characters to lower case characters, replaces umlauts and the German eszett, removes special characters and replaces white spaces by an underscore.
1 | transform_name(x, back = FALSE)
|
x |
Any character. |
back |
If |
The transformed version of x
.
1 | transform_name(x = transform_name(x = "Max Mustermann"), back = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.