I am trying to read in Ran excel file where some column names contain the characters "μg". It appears with chinese characters in R. What could be a solution please?
Asked
Active
Viewed 84 times
0
-
1Have you tried with `read_excel` with encoding option – akrun Mar 28 '22 at 14:58
-
I am loading the excel file as workbook, so I am using the openxlsx library, and I do not see any encoding options. – tzema Mar 28 '22 at 15:06
-
those options are only in certain packages. – akrun Mar 28 '22 at 15:07
-
Eg. you may try https://stackoverflow.com/questions/40176027/how-to-read-utf-8-encoded-text-in-r – akrun Mar 28 '22 at 15:08