Learn R Programming

lares (version 4.4)

cleanText: Clean text

Description

This function lets the user clean text into getting only alphanumeric characters and no accents/symbols on letters.

Usage

cleanText(text, spaces = TRUE)

Arguments

text

Character Vector

spaces

Boolean. Keep spaces?