df <- as.data.frame(do.call(cbind, list))
df <- data.frame(matrix(unlist(l), nrow=length(l), byrow=T))
(do.call("rbind", df))