rbind_df {bigreadr} | R Documentation |
Merge data frames
rbind_df(list_df)
list_df |
A list of multiple data frames with the same variables in the same order. |
One merged data frame with the names of the first input data frame.
str(iris)
str(rbind_df(list(iris, iris)))