본문 바로가기
misc./Software

R Data Import

by medical physicist 2015. 6. 10.

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 설치하고 가던 길을 계속 :) 


'misc. > Software' 카테고리의 다른 글

Scripting in ImageJ  (0) 2015.07.03
R 을 위한 Editor  (0) 2015.06.12
R installation  (0) 2015.06.06
MATLAB 에서 TOPAS phase space file (binary) 열기  (0) 2015.02.06
LaTeX 에서 Line number 사용하기  (0) 2015.01.13

댓글