Skip to content
Prev 313112 / 398506 Next

Speeding reading of a large file

All,

Can someone describe what

 x[]             <- lapply(x, as.numeric)

I see that it is putting the list elements into a data frame. The
results for lapply are a list, so how does this become
a data frame.

Thanks,

Juliet
On Mon, Dec 3, 2012 at 5:49 PM, Fisher Dennis <fisher at plessthan.com> wrote: