RE: [R] a question on CSV file

2004-03-08 Thread Gabor Grothendieck
bject: RE: [R] a question on CSV file Note that a CSV file is one in which data elements are separated by commas. There are no commas in what you display so I assume that you are displaying the data after you have read it in, not the CSV file. If you read a file into a data frame x you can ref

RE: [R] a question on CSV file

2004-03-08 Thread Gabor Grothendieck
Note that a CSV file is one in which data elements are separated by commas. There are no commas in what you display so I assume that you are displaying the data after you have read it in, not the CSV file. If you read a file into a data frame x you can refer to row i column j of the data frame