“Out of Memory Error (Java)” when using R and XLConnect package

Follow the advice from their website:

options(java.parameters = "-Xmx1024m")
library(XLConnect)

Leave a Comment