nchunks | R Documentation |
Returns the number of chunks in a disk.frame
nchunks(df, ...) nchunk(df, ...) ## S3 method for class 'disk.frame' nchunk(df, ...) ## S3 method for class 'disk.frame' nchunks(df, skip.ready.check = FALSE, ...)
df |
a disk.frame |
... |
not used |
skip.ready.check |
NOT implemented |
cars.df = as.disk.frame(cars) # return the number of chunks nchunks(cars.df) nchunk(cars.df) # clean up cars.df delete(cars.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.