pr_keep_only_alnum {proustr} | R Documentation |
Remove non alnum elements
Description
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
pr_keep_only_alnum("neuilly-en-thelle")
[Package proustr version 0.4.0 Index]