Excel1 R Data Import R 에서 excel file 을 읽어오기 위해서먼저 gdata package 를 설치하고 아래와 같이 시도. >library(gdata)>mydata = read.xls("My_ExcelFile.xlsx") 에러 발생.. Error in findPerl(verbose = verbose) : perl executable not found. Use perl= argument to specify the correct path. Error in file.exists(tfn) : invalid 'file' argument Perl 이 설치되어있지 않았구나.. 윈도우용으로 StrawberryPerl 설치하고 가던 길을 계속 :) 2015. 6. 10. 이전 1 다음