[R] convert list int data frame

Luigi Marongiu marongiu.luigi at gmail.com
Mon Sep 14 13:07:54 CEST 2015


Dear all,
i would like to convert a list onto a data frame object. Is there an
easy way of doing it? I know I should use unlist() but I am not sure
about the implementation for the addition of the row numbers; or I
could extract one member at the time with something like x <-
my.list[[i]] but then how to append the results to an object?
Thank you.
Best regards
Luigi

>>>
my.list <- replicate(5, matrix(1:(6*27), ncol = 6, byrow = TRUE), FALSE)



More information about the R-help mailing list