Displaying 1 result from an estimated 1 matches for "isoisotop".
Did you mean:
isoisotope
2006 Mar 05
1
Sweave and long strings
...w 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.periode,t1.nbZ,
t2.filnomchaineradio,
t2.filcodepere,
t2.filcodefils,
t2.filproba,
t2.filtransition from table1 t1,
table2 t2
WHERE t1.isoisotope = t2....