clean_string {eyeris} | R Documentation |
Clean string by removing non-alphanumeric characters
Description
Removes all non-alphanumeric and non-whitespace characters from a string.
Usage
clean_string(str)
Arguments
str |
The string to clean |
Value
A cleaned string with only alphanumeric characters and spaces
[Package eyeris version 2.1.0 Index]