LoginSignup
15

More than 5 years have passed since last update.

Rで日本語ファイルを読み込む時

Posted at

csvファイルなどでencodingがShift_JISなどはRで読み込むとき化けます。
f<-read.csv(file('/path/to/file.csv',encoding='Shift_JIS'))
とエンコードのオプションを設定して読み込ませるとうまくいく。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15