Re: [R] ff object in lapply function

2011-12-22 Thread Uwe Ligges
On 22.12.2011 07:56, khai wrote: Hello. I'm using as.ffdf(mydataframe) to create ffdf objects inside an lapply loop and returning that. I then use crbind to combine the lapply results into allData. So...simplified flow looks like this. res<- lapply(1:nchunks, function(n) {

[R] ff object in lapply function

2011-12-22 Thread khai
Hello. I'm using as.ffdf(mydataframe) to create ffdf objects inside an lapply loop and returning that. I then use crbind to combine the lapply results into allData. So...simplified flow looks like this. res <- lapply(1:nchunks, function(n) { blah blah with nth chunk