Using read::read_csv()
I find that some names with diacritical marks are encoded, but I'm having trouble figuring out how to get them back in their proper form for output.
For example, the name Renato Núñez
in the file is stored in my data.frame as Renato N\xfa\xf1ez
.
Is there a way to read them without encoding or, alternately, a way to convert the encoding back so the names are properly presented.
Appreciate any guidance.