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 ,
DF = read_sheet(ss)
DFNew = mutate(DF , Code = as.character(Code))
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