I have data of 20 variables and 633,000 observations in xls file. So when i try to load this data into R i get following error.
Error: OutOfMemoryError (Java): Java heap space
I tried using
options(java.parameters = "-Xmx1000m")
But still same error.
I tried using XLConnect
package.
wb = loadWorkbook("alldata.xls")
the size of data file is 63mb and my RAM size is 4GB