r - How to store a very large data.frame in an excel workbook? -


i have large data.frame, has 9000 obs. of 1600 variables, , need store in excel workbook. have tried xlconnect package, got error back:

error : outofmemoryerror ( java ): java heap space 

i tried set jvm heap size by:

options ( java . parameters = " - xmx1024m " ) 

unfortunately, did not work. besides, have tried write.csv() , write.table, outputs wrong. there other way?


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -