create dataframe from lists r code example Example: list to dataframe in r df <- data.frame(matrix(unlist(l), nrow=length(l), byrow=T))