Re: [R] problem with r import data

2009-08-06 Thread John Kane
rab wrote: > From: Inchallah Yarab > Subject: [R] problem with r import data > To: r-help@r-project.org > Received: Thursday, August 6, 2009, 4:37 AM > Good moorning, > > yesterday, i asked for how we can import data into R i > found that it is necessary to make the file in c

Re: [R] problem with r import data

2009-08-06 Thread Gavin Simpson
On Thu, 2009-08-06 at 08:37 +, Inchallah Yarab wrote: > Good moorning, > > yesterday, i asked for how we can import data into R i found that it > is necessary to make the file in csv format then use L<- > read.csv2("path of file") Does read.csv() work instead? How is your "csv" file delimited

[R] problem with r import data

2009-08-06 Thread Inchallah Yarab
Good moorning, yesterday, i asked for how we can import data into R i found that it is necessary to make the file in csv format then use L<- read.csv2("path of file") now i see that the dimension of my table importing into R is 1 colonne (i have realy 20) and (65) the number of all my lines