*.xlsファイルをRに読み込むのに苦労しています。
私は次のことをしました:
作業ディレクトリを*.xlsファイルに設定してから、次のようにします。
> library(gdata) # load the gdata package
> mydata = read.xls("comprice.xls", sheet=1, verbose=FALSE)
Mistake in findPerl(verbose = verbose) : perl executable not found. Use perl= argument to specify the correct path. mistake in file.exists(tfn) : unknown 'file' argument
しかし、私のパスは正しく、ファイルがあります!どうしたの?
アップデート
すでにインストールしましたが、次のようになります。例外:関数"read.xls"が見つかりません...