apply rbind to a list of dataframes code example Example: r rbind a list of data frames into one dataframe df <- do.call("rbind", listOfDataFrames)