search for: usingrodbc

Displaying 1 result from an estimated 1 matches for "usingrodbc".

2006 Mar 05
1
Sweave and long strings
Dear R-List, I use Sweave (which is wonderful) and I have a problem with the strings when they are too long according to the width of the page. For example when I do in my .Rnw document : <<UsingRODBC,echo=TRUE>>= channel <- odbcConnect(dsn="database",uid="root",pwd="password") df1 <- sqlFetch(channel,"table1",rownames=TRUE) df2 <- sqlFetch(channel,"table2",rownames=TRUE) cmd <- "SELECT t1.isoisotope, t1.pe...