| [.shard_descriptor | R Documentation |
Subset Shard Descriptor
## S3 method for class 'shard_descriptor'
x[i]
x |
A shard_descriptor object. |
i |
Index or indices. |
A subset of the object.
sh <- shards(100, block_size = 25)
sh[1:2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.