below is a reproducible sample dataframe generated in R. The number of colums is the same for each investor(given by ID). What is different is the number of rows. I would like to export this multiple list of data frames(for each investor) into a single excel sheet. There are over 3000 investors(with differeing number of rows). Please help out
 [[993]]   
   investor asset quantity    price   datetime    RG_count  RL_count  PG_count  PL_count
1    1011     MC   2200          8     2016-03-02        0        0        0        0
2    1011     NIJL  100          50     2016-02-22       NA       NA       NA       NA
3    1011     RPAL   300          2     2016-02-16        0        0        0        0
[[994]]
  investor  asset  quantity    price    datetime            RG_count RL_count PG_count PL_count
1    1156   LOYV   1400        10.54   2010-09-15 01:00:00        0        0        1        0
[[995]]
  investor asset quantity   price            datetime RG_count RL_count PG_count PL_count
1    1140   LPC    13272 551.302 2017-03-27 01:00:00        0        0        1        0
[[996]]
  investor asset quantity    price      datetime             RG_count RL_count PG_count PL_count
1    1941   MBK    2700     62.20     2017-04-24 01:00:00        0        0        0        3
[[997]]
  investor asset quantity price   datetime              RG_count RL_count PG_count PL_count
1    1944   JFM   -79040  17.00   2011-07-14 01:00:00        0        0        1        0
2    1944   MC  -221490  3.00     2010-10-20 01:00:00        0        0        1        0
3    1944  RAPL   -59340  1.20    2012-03-13 00:00:00        0        0        0        0
4    1944   XT   -56300  1.75     2012-03-22 00:00:00       NA       NA       NA       NA
 
     
    