Skip to content
Prev 295017 / 398506 Next

Loading the stupid dataset--help!!!

Q
I am using the following: 
library(RODBC)
chan = odbcConnectExcel("rats-lda")
rats.lda = sqlFetch(chan, "data")
close(chan) 

And getting the following error message:
Error in library(RODBC) : there is no package called ?RODBC?
Error: could not find function "odbcConnectExcel"
Error: could not find function "sqlFetch"
I am sure there is a simple answer to this.  Thanks.

--
View this message in context: http://r.789695.n4.nabble.com/Loading-the-stupid-dataset-help-tp4630585.html
Sent from the R help mailing list archive at Nabble.com.