You can use the following methods to convert a large list of different lengths of type integer with multiple values into a dataframe in R:
data.frame and lengths functionmain.r323 chars14 lines
purrr and dplyr packagesmain.r302 chars14 lines
data.table packagemain.r295 chars13 lines
Note: These methods assume that you want to create a dataframe with a single column. If you have multiple columns, you need to adjust the code accordingly.
gistlibby LogSnag