# Make a vector of the hexadecimal codes for several non-ASCII characters
## This function accepts the characters themselves but CRAN checks do not
non_ascii <- c("\u201C", "\u00AC", "\u00D7")
# Invoke function
(ascii <- supportR::replace_non_ascii(x = non_ascii))
Run the code above in your browser using DataLab