A simple illustration of what this procedure does:
GLÜHLAMPEN -> GLUEHLAMPENUsage
magerman_replace_umlaut(
x,
has_umlaut_col = NULL,
drop_has_umlaut_col = TRUE,
replace_accented_characters = FALSE,
...
)Arguments
- 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
has_umlaut_col. Default is FALSE- replace_accented_characters
Whether to replace accented characters first. Default is FALSE
- ...
Arguments passed on to
standardize_optionscolColumn of interest (the one we need to standardize) in the
xobject (if it is data.frame like).rowsLogical vector to filter records of interest. Default is NULL which means do not filter records.
omitted_rows_valueIf
rowsparameter is set then mergeomitted_rows_valuewith the results (filtered byrows). Either single string or a character vector of lengthnrow(x). If NULL (the default) then original values ofcolare merged with results.output_placementWhere to inset retults (standardized vector) in the
xobject. Default options is 'replace_col' which overwrides thecolinxwith results. Other options:'omit' :: do not write results back to table (usually used when
append_output_copyis set for temporary values)'prepend_to_col' :: prepend to
col'append_to_col' :: append to
col'prepend_to_x' :: prepend to
xdata.frame like object'append_to_x' :: append to
xdata.frame like object
x_atomic_nameIf
xis vector use this name for original column if it is in results. Default is "x". Ifxis table the name ofcolwill be used.output_col_nameUse this name for the column with results (standardized values). Parts in curly brakeds are substitute strings. Options for substitutions are:
append_output_copyWhether to append a copy of result vector to
xobjectoutput_copy_col_nameHow the append copy wiil be named