| print.shard_descriptor | R Documentation |
Print a shard_descriptor Object
## S3 method for class 'shard_descriptor'
print(x, ...)
x |
A |
... |
Further arguments (ignored). |
The input x, invisibly.
sh <- shards(100, block_size = 25)
print(sh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.