simplify_text {explore}R Documentation

Simplifies a text string

Description

A text string is converted into a simplified version by trimming, converting to upper case, replacing german Umlaute, dropping special characters like comma and semicolon and replacing multiple spaces with one space.

Usage

simplify_text(text)

Arguments

text

text string

Value

text string

Examples

simplify_text(" Hello  World !, ")

[Package explore version 1.3.0 Index]