Displaying 1 result from an estimated 1 matches for "filcodefils".
2006 Mar 05
1
Sweave and long strings
...ot;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()
@
etc...
in the pdf document the command
cmd <- "S...