Displaying 1 result from an estimated 1 matches for "tp23536716p23540678".
2009 May 14
1
Data extraction problem after importation using RODBC
Dear all,
I write this message because I have a problem in data importation. I hope that you help me.
My data base is in an Excel spreasheet. I import this data base using the following code:
library(RODBC)
db <- "C:/Users/Axel/Desktop/estimation/data.xls"
channel <- odbcConnectExcel(xls.file = db)
data <- sqlFetch(channel = channel, sqtable = "Feuil1")
data