Skip to content
Prev 307360 / 398506 Next

turn list into dataframe

On Mon, Oct 8, 2012 at 10:49 PM, Benjamin Caldwell
<btcaldwell at berkeley.edu> wrote:
Hi Ben,

In the future, you can get some good advice for making reproducible
examples here:

http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

In your case, I think something like

do.call(data.frame, LIST)

will work. Take a look at ?do.call for an explanation of the magic.

Cheers,
Michael