Bind lots of dataframes together rowwise
rbind_df_list(x)
x
A list of dataframes
A dataframe
rbind_df_list(list(Orange, mtcars, ChickWeight));