search for: ffdat

Displaying 1 result from an estimated 1 matches for "ffdat".

Did you mean: fdat
2011 Dec 22
1
ff object in lapply function
...ist,7 List,4 NULL [5,] List,7 List,4 NULL [6,] List,7 List,4 NULL [7,] List,7 List,4 NULL [8,] List,7 List,4 NULL > is.ffdf(allDat) [1] FALSE >is.ffdf(allDat[1,]) [1] FALSE I can access the physical data. After accessing allDat with calls like below within another function ffDat <- allDat[1,] nEvents <- length(ffDat$physical$position) pos <- ffDat$physical$position[1:nEvents] several times to retrieve information, I encounter segmentation faults which forces me to abort out of R. I'm wondering what I should be doing to prevent the segmentation faults. Thanks...