我现在有个30M左右的包含文本的list想转换成matrix或者dataframe格式,请问该怎么办?

如图:

http://photo.weibo.com/1299602170/wbphotos/large/mid/3684766601536471/pid/4d765afajw1ee4ujtz4fmj21kw16o7e6

回复 第1楼 的 poemcao:

> length(df[[1]][[1]])

[1] 11

> length(df[[1]])

[1] 20

> length(df)

[1] 423

想转换成11*8460(423*20)的matrix,因为最里层11个变量里面还有list但是不想再拆分。