Displaying 1 result from an estimated 1 matches for "dfquery".
Did you mean:
  dbquery
  
2006 Mar 05
1
Sweave and long strings
...1.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 <- "SELECT t1.isoisotope,  t1.periode,t1.nbZ,  
t2.filnomchaineradio,  t2.filcodepere,  t2.filcodefils,
is written truncated only on one line not as it is written in the chunk 
above.
I read in th...