How to avoid renaming of rows when using rbind inside do.call?
问题 I am trying to bind some sub elements of the elements from the list The list OC is as follows > library(quantmod) > OC <- getOptionChain('AAPL', NULL) > str(OC) List of 9 $ Feb 2013:List of 3 ..$ calls :'data.frame': 35 obs. of 7 variables: .. ..$ Strike: num [1:35] 380 390 400 410 420 430 440 445 450 455 ... .. ..$ Last : num [1:35] 89.9 86 60 49.5 39.8 ... .. ..$ Chg : num [1:35] 0 0 -0.4 -4.4 -0.7 -1.9 -0.55 -0.7 -0.95 -1 ... .. ..$ Bid : num [1:35] 79.5 69.8 59.8 49.8 39.6 ... .. ..$ Ask