nchunks {disk.frame} | R Documentation |
Returns the number of chunks in a disk.frame
Description
Returns the number of chunks in a disk.frame
Usage
nchunks(df, ...)
nchunk(df, ...)
## S3 method for class 'disk.frame'
nchunk(df, ...)
## S3 method for class 'disk.frame'
nchunks(df, skip.ready.check = FALSE, ...)
Arguments
df |
a disk.frame |
... |
not used |
skip.ready.check |
NOT implemented |
Examples
cars.df = as.disk.frame(cars)
# return the number of chunks
nchunks(cars.df)
nchunk(cars.df)
# clean up cars.df
delete(cars.df)
[Package disk.frame version 0.8.3 Index]