Skip to content
Prev 382944 / 398503 Next

row combining 2972 files

Untested in the absence of example data, but I think

combined <- do.call(rbind, lapply(ls2972, function(x)get(x)[[2]]))

should do it.


Bert Gunter

"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Wed, Mar 18, 2020 at 12:16 PM Yuan Chun Ding <ycding at coh.org> wrote: