Hello my friends,
I'm trying to read google sheet via package Googlesheets4. No problem with all columns but there is a column that has some cells in Arabic. How can i read it as Arabic in the dataframe
the code i used is ,
the column is as in the screenshot
remaining english cells same as is
Could you please help me , i tried many solutions but no answer
thanks in advance
Section 11.3.2 of R for Data Science has a good explainer on string encoding and the use of flexible packages like readr to handle them. Be sure to check that the configuration of R if you are using it directly or the RStudio configuration is set to the UTF-8 default.