Re: [R] RpgSQL row names

2011-11-08 Thread Ben quant
This is great, thanks! I have another unrelated question. I'll create a new email for that one. ben On Mon, Nov 7, 2011 at 4:16 PM, Gabor Grothendieck ggrothendi...@gmail.comwrote: On Mon, Nov 7, 2011 at 5:34 PM, Ben quant ccqu...@gmail.com wrote: Hello, Using the RpgSQL package, there

[R] RpgSQL row names

2011-11-07 Thread Ben quant
Hello, Using the RpgSQL package, there must be a way to get the row names into the table automatically. In the example below, I'm trying to get rid of the cbind line, yet have the row names of the data frame populate a column. bentest = matrix(1:4,2,2) dimnames(bentest) =

Re: [R] RpgSQL row names

2011-11-07 Thread Gabor Grothendieck
On Mon, Nov 7, 2011 at 5:34 PM, Ben quant ccqu...@gmail.com wrote: Hello, Using the RpgSQL package, there must be a way to get the row names into the table automatically. In the example below, I'm trying to get rid of the cbind line, yet have the row names of the data frame populate a column.