[R] How to provide list as an argument for the data.frame()

2009-07-14 Thread Gaurav Kumar
Hi R -users, i've a table as describe below. I'm reading the numeric value presented in this table to populate a list. #table # #X    A    B    C #x1    2    3    4 #x2    5    7    10 #x4    2    3    5 # rawData - read.table(raw_data.txt,header=T, sep=\t)

Re: [R] How to provide list as an argument for the data.frame()

2009-07-14 Thread David Winsemius
On Jul 14, 2009, at 8:14 AM, Gaurav Kumar wrote: Hi R -users, i've a table as describe below. I'm reading the numeric value presented in this table to populate a list. #table # #XABC #x1234 #x25710 #x4235 # rawData -

Re: [R] How to provide list as an argument for the data.frame()

2009-07-14 Thread Marc Schwartz
On Jul 14, 2009, at 7:14 AM, Gaurav Kumar wrote: Hi R -users, i've a table as describe below. I'm reading the numeric value presented in this table to populate a list. #table # #XABC #x1234 #x25710 #x4235 # rawData -