substSpecialChars: Substitution of Special Characters

View source: R/string.R

substSpecialCharsR Documentation

Substitution of Special Characters

Description

Substitution of Special Characters

Usage

substSpecialChars(x, deuOnly = FALSE)

Arguments

x

string containing special characters to be substituted

deuOnly

logical. If TRUE only the German special characters Umlaute and Eszett are replaced.

Value

input string x with special characters being substituted by a meaningful represenation or underscore, multiple underscores replaced by a single underscore and multiple underscores at the end removed.


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.