Skip to content

How can I easily rbind a list of data frames into one data frame?

2 messages · Matthew Pettis, N. Lapidus

#
Hi,

I have a list output from the 'lapply' function where the value of
each element of a list is a data frame (each data frame in the list
has the same column types).  How can I rbind all of the list entry
values into one data frame?

Thanks,
Matt