| length.shard_descriptor | R Documentation |
Length of a shard_descriptor Object
## S3 method for class 'shard_descriptor'
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.