Skip to content
Prev 140843 / 398498 Next

Applying rbind() to a sequence of data frame names

Try this:

do.call(rbind, lapply(ls(patt="^ds[0-9]"), get))
On 01/04/2008, Hans W. Borchers <hwborchers at gmail.com> wrote: