textformat: Text Formatter
Description
background function to load.
Usage
textformat(text, punct = FALSE)
Value
character Vector of cleaned strings.
Arguments
- text
character Vector of strings to clean.
- punct
logical Should punctuation be kept as tokens? Default is TRUE.