Combining data.frames in R based off a character list
I have multiple data.frames that I want to rbind together using R. I also have a character vector with the names of each of these data.frames. What I’m looking to do is use this character vector to determine which data.frames to bind together. For example, I have 5 similar data.frames below and I want to… Read More Combining data.frames in R based off a character list