Re: [R] Reading csv-data from variables

2008-06-17 Thread Felix Schönbrodt
Thanks for the hint - with a little adaptation (employing as.character) I could solve my problem: c <- read.csv2(textConnection(as.character(dat[7,8]))) Best wishes, Felix Am 17.06.2008 um 12:04 schrieb jim holtman: ?textConnection On Tue, Jun 17, 2008 at 5:08 AM, Felix Schönbrodt <[EM

Re: [R] Reading csv-data from variables

2008-06-17 Thread jim holtman
?textConnection On Tue, Jun 17, 2008 at 5:08 AM, Felix Schönbrodt <[EMAIL PROTECTED]> wrote: > Dear Listmembers, > > I'm looking for a convenient way to read csv-data which are stored in > variables of data frames. > I'm working with nested csv-data: one of the columns of the first table > stores