powered by
"ChunkedDF"
"Seq"
"Producer"
"Streamer"
All reference classes extend and inherit methods from "envRefClass".
"envRefClass"
Internal methods of this class are described with 'getRefClass("ChunkedDF")$methods()' and 'getRefClass("ChunkedDF")$help()'.
data(mtcars) m.s = ChunkedDF(mtcars, yieldSize=10) sapply(m.s, nrow) reset(m.s) all.equal(yield(m.s), mtcars[1:10,])
Run the code above in your browser using DataLab