Displaying 1 result from an estimated 1 matches for "filnomchaineradio".
2006 Mar 05
1
Sweave and long strings
...;- 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.filcodepere"
dfQuery <- sqlQuery(channel, cmd )
odbcCloseAll()...