我被這個問題困擾很久了,我目前做的資料就是會有中文
而我現在想要弄一個package出來,我在.R file裡面是UTF-8的編碼
用document來跑就是會跑不過,因為是亂碼
我google到的方法是告訴我在description下面塞Encoding: UTF-8
也不行,但是我不想用CP950,因為我想要讓這個package也能給mac用
請問有其他的解決方法嗎?,下面是error訊息
Error in parse(text = lines, n = -1, srcfile = srcfile) :
C:\Users\user\Documents\BonnyRead\BonnyReadWorking/R/Recommendations.R:24:17:
unexpected input
23: # We need to handle the missing value in transaction date
24: datafile[,閮?
其實就是我的datatable後面的colname他讀不出來。