Basically the title. I need to parse a lot of CSVs into a dataframe, then shove them into a sql database. I've already written the relevant parsing code for a single data frame, and there's plenty of documentation on the site regarding how to handle going from a data frame to a sqllite file, but I need to merge the dataframes into one DB, and I figure the easiest way to do that will be via an Rbind equivalent.
Overall, I've tried concatenate, stack-rows, and a few other forms both on the sequence/simple-vector side of things, and the lisp-stat side of things with little to no luck, so any ideas would be seriously helpful.