How to convert a list consisting of vector of different lengths to a usable data frame in R? February 23, 2023 by Tarik One liner with plyr plyr::ldply(word.list, rbind)