remove_accent: Remove accents and special characters from strings
Description
This function removes accents and replaces special characters from strings,
returning a plain-text version suitable for data cleaning or standardization.
Usage
remove_accent(s)
Value
A vector string without accents or special characters.
Arguments
s
(character) a character vector containing the strings to process.