Re: [R] Troubles with DBI's dbWriteTable in RMySQL

2010-07-19 Thread Gray Calhoun
Hi Ted, This is difficult to answer without a self-contained example -- one that can be cut and pasted into an R session and run. You might also try coercing each element of aaa to a dataframe before calling rbind. --Gray On Fri, Jul 16, 2010 at 4:34 PM, Ted Byers wrote: > I am feeling rather

[R] Troubles with DBI's dbWriteTable in RMySQL

2010-07-16 Thread Ted Byers
I am feeling rather dumb right now. I created what I thought was a data.frame as follows: aaa <- lapply(split(moreinfo,list(moreinfo$m_id),drop = TRUE), fun_m_id) m_id_default_res <- do.call(rbind, aaa) print("==") m_id_default_res print("==