Combine a list of data frames into one data frame by row September 17, 2022 by Tarik Use bind_rows() from the dplyr package: bind_rows(list_of_dataframes, .id = "column_label")