I tried loading an Excel 30 MB spreadsheet into R using the XLConnect package.
Here is what I wrote:
wb <- loadWorkbook("largespreadsheet.xlsx")
And after about 15 seconds I got the following error:
Error: OutOfMemoryError (Java): GC upper limit exceeded.
Is this a limitation of the XLConnect package or is there a way to change my memory settings to allow the use of large files?
I appreciate any solutions / tips / advice.
memory r excel
AME Nov 01 '11 at 7:01 2011-11-01 07:01
source share