View source: R/as.data.frame.r
as.data.table.disk.frame | R Documentation |
Convert disk.frame to data.table by collecting all chunks
## S3 method for class 'disk.frame'
as.data.table(x, keep.rownames = FALSE, ...)
x |
a disk.frame |
keep.rownames |
passed to as.data.table |
... |
passed to as.data.table |
library(data.table)
cars.df = as.disk.frame(cars)
as.data.table(cars.df)
# clean up
delete(cars.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.