Re: [R] I had 1 problem with r

2016-08-22 Thread peter dalgaard
On 22 Aug 2016, at 07:06 , 정수빈 wrote: > Hi My name is SuBin-Jung from Korea. > > I can't write english well. so, understand me please. > > I used R Gui(64-bit) program. > > And in program, I imported this csv file named "emp.csv" > > emp.csv > - >

Re: [R] I had 1 problem with r

2016-08-22 Thread Jim Lemon
Hi SuBin, This seems to work: emp<-read.table(text="empno,ename,job,mgr,hiredate,sal,comm,deptno 7369,SMITH,CLERK,7902,1980-12-17,800,,20 7499,ALLEN,SALESMAN,7698,1981-02-20,1600,300,30 7521,WARD,SALESMAN,7698,1981-02-03,1250,500,30 7566,JONES,MANAGER,7839,1981-03-02,2975,,20 7654,MARTIN,SALE

[R] I had 1 problem with r

2016-08-22 Thread 정수빈
Hi My name is SuBin-Jung from Korea. I can't write english well. so, understand me please. I used R Gui(64-bit) program. And in program, I imported this csv file named "emp.csv" emp.csv - empno,ename,job,mgr,hiredate,sal,comm,deptno 7369,SMITH,CLE