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

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

How to pass json object using PHP in Wepay API -