Merge data frames
cbind_df(list_df)
list_df
A list of multiple data frames with the same observations in the same order.
One merged data frame.
str(iris) str(cbind_df(list(iris, iris)))