Re: [R] odbcFetchRows not work?

2004-04-15 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Hi, excuse me i am newbee in R, but i dont understand the following code not work. Libro1.xls have two files and not load in R, under windows. Thanks library(RODBC) f<-file.choose() f [1] "C:\\Mis documentos\\ruben\\r19\\Libro1.xls" help(odbcConnectExcel) canal<- odbcCo

[R] odbcFetchRows not work?

2004-04-14 Thread solares
Hi, excuse me i am newbee in R, but i dont understand the following code not work. Libro1.xls have two files and not load in R, under windows. Thanks library(RODBC) > f<-file.choose() > f [1] "C:\\Mis documentos\\ruben\\r19\\Libro1.xls" > help(odbcConnectExcel) > canal<- odbcConnectExcel(f) > can