Skip to content
Prev 8452 / 398502 Next

Importing Excel .xls into R

On 6 Dec 2000, Douglas Bates wrote:

            
Doug's caveats are right, but Excel *is* an ODBC server, and I have
actually imported from Excel into R using RODBC.  The naming
conventions were a nightmare, though.

ODBC is not just about relational databases, in that ODBC bridges can make
other systems look like relational databases, even text files (which cna be
useful if they are compressed).