I have a bunch of Excel files that are updated daily on a Windows computer. I transfer them to an Ubuntu machine and want to open them there. In particular, I want to read files as a database under R.
A few years ago, I used ODBC under a Windows machine to open Excel files through R. Is there any way I can do this with R under Ubuntu?
I can make a .ODB database file for the corresponding XLS files using OpenOffice, but I don't know how to connect to the .ODB database. OpenOffice has ways to connect to TO databases, but there is no way to connect to ODB.
Thanks for any possible solutions.
source
share