0
でzipファイルを読んで、以下のように私のコードは私はウェブからzipファイルを読みたいR
temp<-tempfile()
download<-download.file("http://depts.washington.edu/control/LARRY/TE/IDVs/idv1.zip",temp)
data<-read.table(unz(temp,"r.dat"),head=FALSE)
unlink(temp)
である。しかし、それは私がなぜ分からないエラー
Error in open.connection(file, "rt") : cannot open the connection
In addition: Warning message:
In open.connection(file, "rt") :
cannot locate file 'r.dat' in zip file 'C:\Users\CHENGF~2\AppData\Local\Temp\RtmpgtJShr\file361c5d0a55eb'
を示しそれは、誰かが私を助けることを願って、データを読み取ることができません!