Just a question on rbind.
When running df_all <- rbind(df_1, df_2 ...)
to combine multiple dataframes, I was wondering whether is it possible to add in a separate column that includes the names of the individual dataframes where each observation originates from?
Many Thanks, Mervyn