bind_rows() many data frames

I have created many objects, data frames to be precise. Names of these objects start with df_, and number of columns and their names are the same. How could I use bind_rows() to append all the data frames ?

You could use purrr to read them in and bind them. Similar to this.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.