pr_keep_only_alnum
From proustr v0.4.0
by Colin FAY
Remove non alnum elements
Remove non alnum elements
Usage
pr_keep_only_alnum(text, replacement = " ")
Arguments
- text
a vector
- replacement
what to replace the non alnum with. Defaut is " ".
Value
a vector
Examples
# NOT RUN {
pr_keep_only_alnum("neuilly-en-thelle")
# }
Community examples
Looks like there are no examples yet.