How to add multiple dataframes (stored in list, with different row numbers) to each right column

Viewed 18

list2

each data frame

In "list2"(type:list) there are 182 dataframes. Each have same number of columns(6). I want to add each dataframe to the right, but some are shorter than 125 rows or longer ones. So, as a result I want to have a single dataframe with 125 rows and 1092 columns(cause 182dataframes*6rows)

I've tried do.call("cbind",list2) and others but specific codes I can't find.

0 Answers
Related