excel 파일,read.xlsx는 읽지 마세요.csv

read.csv, 바보, 자꾸 잘못 보고한다
> a1=read.csv("communitty_add2.csv",sep=',',header=T,fileEncoding="UTF-8",encoding="UTF-8")
Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote,  :
   'communitty_add2.csv' 
2: In read.table(file = file, header = header, sep = sep, quote = quote,  :
  incomplete final line found by readTableHeader on 'communitty_add2.csv'

마지막 줄의 끝이 EOL(End of line) 문자가 아니기 때문에 R은 데이터가 완전하지 않은지 알려줍니다.
서류의 마지막 줄에 리턴을 하면 때때로 해결할 수 있다.
인터넷에 한 무더기의 방법이 모두 쓸모가 없다,read.테이블도 안 돼요.
xlsx로 싸기
> library(xlsx)
 :rJava
 :xlsxjars
> a1 

좋은 웹페이지 즐겨찾기