Re: [R] Q about RSQLite

2006-01-03 Thread bogdan romocea
L PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Wensui Liu > Sent: Saturday, December 31, 2005 1:09 AM > To: r-help@stat.math.ethz.ch > Subject: [R] Q about RSQLite > > > Happy new year, dear listers, > > I have a question about Rsqlite. > > when I fetch the data

Re: [R] Q about RSQLite

2006-01-03 Thread Pfaff, Bernhard Dr.
verwrite=TRUE) d1 <- dbReadTable(con, "test") dbDisconnect(con) d1 HTH, Bernhard -Ursprüngliche Nachricht- Von: Wensui Liu [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 31. Dezember 2005 07:09 An: r-help@stat.math.ethz.ch Betreff: [R] Q about RSQLite Happy new year, dear l

[R] Q about RSQLite

2005-12-30 Thread Wensui Liu
Happy new year, dear listers, I have a question about Rsqlite. when I fetch the data out of sqlite database, there is something like '\r\n' at the end of last column. Here is the example: Sepal_Length Sepal_Width Petal_Length Petal_WidthSpecies 1 5.1 3.5 1.4