Re: [R] problem with r import data

2009-08-06 Thread John Kane
?read.table and check on the options offered by read.csv2. Open the file in a text editor and see what you have. Check the delimiters and be sure that that they are either ; as specified in read.csv2 or else specify the delimiter ( sep= "???" --- On Thu, 8/6/09, Inchallah Yarab wrote: > F

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