magerman_replace_umlaut | R Documentation |
A simple illustration of what this procedure does:
GLÜHLAMPEN -> GLUEHLAMPEN
magerman_replace_umlaut(
x,
has_umlaut_col = NULL,
drop_has_umlaut_col = TRUE,
replace_accented_characters = FALSE,
...
)
x |
Data |
has_umlaut_col |
Column with logical values indicating weather a corresponding string has an umlaut. Default is NULL so it detects is automatically first |
drop_has_umlaut_col |
Whether to drop |
replace_accented_characters |
Whether to replace accented characters first. Default is FALSE |
... |
Arguments passed on to
|
standardized names table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.