Hi everyone,
I have a dataset from Vietnam. But when I read it in the R, the string variables are imported broken.
I used stri_trans_general from stringi package. It works on only few columns.
I checked the raw dataset, it seems those few columns were broken when the dataset was exported from the survey collecting platform.
"Du?c ch?t m?i"
When I say broken i mean with "?" or ">" instead of actual words.
So any recommendation, how i can retrieve these broken words in R?
Thank you