Remove punctuation and/or accent from a string
str_clean.Rd
Remove punctuation and/or accent from a string.
Arguments
- string
A character vector
- remove_accent
A boolean value, if TRUE the function will remove accent symbols from the string (default = TRUE)
- remove_punct
A boolean value, if TRUE the function will remove punctuation symbols from the string (default = TRUE)
- sub_punct
A character single value (default = ''), that will be replacement for the punctuation symbols