Skip to content
Prev 80877 / 398502 Next

strsplit

Tom
Thanks everyone

Using the sqlQuery line
    wave<-sqlQuery(connection,s_sql,as.is=c(TRUE,TRUE,TRUE,TRUE,TRUE))

Then using strsplit(data,'\r') instead of split() seems to give what I
need
On Tue, 2005-15-11 at 17:29 +0000, Prof Brian Ripley wrote: