Hi community! I have a quite big data.frame in R that I would like to export in order to manage it in excel.
The data.frame is about 884600 rows and 45 columns. The problem I have when exporting it in .cvs or .xlsx format is that it takes such a long time that in almost 10 hours I haven't seen any result (r keeps working on it); Then, the command: write.xlsx or write.csv is not working for me. Do anyone know a way of exporting big data.frames in a "short time" from R? (Computer process capability I think is not a problem)
Thanks in advance!