Re: [R] rbind of multiple data frames by column name, when each data frames can contain different columns

2022-06-03 Thread Avi Gross via R-help
Complexity has all kinds of costs and tradeoffs. In one sense you are doing a conceptual merge between related but not identical database tables albeit from a set of .CSV files. You do have some  conceptually direct ways using base R or packages like dplyr that  possibly do it in a more complex

Re: [R] rbind of multiple data frames by column name, when each data frames can contain different columns

2022-06-03 Thread John Fox
Dear Stefano, On 2022-06-03 8:43 a.m., Stefano Sofia wrote: Thank you to all who provided useful hints, great as always. In my opinion the solution given by Andrew is perfect, exactly what I wanted to do without changing the format of my data frames: df_list <- list(df1, df2, df3) allNms <-