| length.shard_descriptor_lazy | R Documentation |
Length of a shard_descriptor_lazy Object
## S3 method for class 'shard_descriptor_lazy'
length(x)
x |
A |
An integer scalar giving the number of shards.
sh <- shards(100, block_size = 25)
length(sh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.