disk.frame | R Documentation |
Create a disk.frame from a folder
disk.frame(path, backend = "fst")
path |
The path to store the output file or to a directory |
backend |
The only available backend is fst at the moment |
path = file.path(tempdir(),"cars")
as.disk.frame(cars, outdir=path, overwrite = TRUE, nchunks = 2)
df = disk.frame(path)
head(df)
nchunks(df)
# clean up
delete(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.