누군가가 Excel 2007 (.xlsx) 파일을 R로 가져 오는 가장 좋은 방법을 도와 줄 수 있습니다. 몇 가지 방법을 시도했지만 작동하지 않는 것 같습니다. 2.13.1, Windows XP, xlsx 0.3.0으로 업그레이드했는데 오류가 계속 발생하는 이유를 모르겠습니다. 나는 시도했다 :
AB<-read.xlsx("C:/AB_DNA_Tag_Numbers.xlsx","DNA_Tag_Numbers")
또는
AB<-read.xlsx("C:/AB_DNA_Tag_Numbers.xlsx",1)
하지만 오류가 발생합니다.
Error in .jnew("java/io/FileInputStream", file) :
java.io.FileNotFoundException: C:\AB_DNA_Tag_Numbers.xlsx (The system cannot find the file specified)
감사합니다.
.csv
.