I am transferring a CSV file over from Excel in R. One of my columns contains text for each observation but ends up showing up in the following way:
"Hey! \x8c\xe6 Maybe I can give some suggestions: \x8c\xe6"
What's going on with the \x8c\xe6
? Is there anyway I can do something so that I only have A-Z,a-z
, and characters such as .,+/\?*()
etc.