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
> -
>
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
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
3 matches
Mail list logo