powered by
Merge data frames
rbind_df(list_df)
One merged data frame with the names of the first input data frame.
A list of multiple data frames with the same variables in the same order.
str(iris) str(rbind_df(list(iris, iris)))
Run the code above in your browser using DataLab