powered by
Convert disk.frame to data.table by collecting all chunks
# S3 method for disk.frame as.data.table(x, keep.rownames = FALSE, ...)
a disk.frame
passed to as.data.table
library(data.table) cars.df = as.disk.frame(cars) as.data.table(cars.df) # clean up delete(cars.df)
Run the code above in your browser using DataLab