powered by
Create a disk.frame from a folder
disk.frame(path, backend = "fst")
The path to store the output file or to a directory
The only available backend is fst at the moment
# NOT RUN { 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) # }
Run the code above in your browser using DataLab