Learn R Programming

explore (version 1.3.4)

simplify_text: 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)

Value

text string

Arguments

text

text string

Examples

Run this code
simplify_text(" Hello  World !, ")

Run the code above in your browser using DataLab