A couple of months ago I found on the Internet information about an R package to connect R with Excel and the other way around (doing basically what xlsx
and XLConnect
do).
However, the main difference with respect to the two above mentioned solutions was that the package wasn't designed to use the JVM (which keeps giving me some trouble).
I've been spending quite some time trying to find the reference for that package, without success.
Can you help me? Many thanks.
readxl
package is only for reading Excel files (and it looks like the OP needed writing as well). – Pawsner