Displaying 1 result from an estimated 1 matches for "owav".
Did you mean:
wav
2005 Nov 15
1
strsplit
...by carridge returns (\r)
Currently this data is in R as mode numeric???
I want to separate this into a vector of the componant numbers.
Perhaps a little code will help describe what I've got here!!
library(rodbc)
s_sql<-'SELECT Data from table where id=1' #only one record returned
oWave<-sqlQuery(oConn,s_sql)
wave.data<-oWave$data
> mode(data)
[1] "numeric"
Any clues will be much appreciated
thanks
Tom