View source: R/replace_umlaute.R
| replace_umlaute | R Documentation | 
This function replaces german umlaute in an appropriate way to avoid issues with special characters. In addition, user defined elements can be replaced by an desired element, too.
replace_umlaute(names, and = c("-", " "), by = c("_"))
| names | Character vector that contains german umlaute. | 
| and | Character vector.If not NULL the vector "and" (default: c("-"," ")) will be replaced by the element "by" | 
| by | Character element. Set to NULL, if no replacement is desired. | 
Returns a character vector with replaced german umlaute.
Dennis Freuer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.