Learn R Programming

shard (version 0.1.0)

print.shard_descriptor: Print a shard_descriptor Object

Description

Print a shard_descriptor Object

Usage

# S3 method for shard_descriptor
print(x, ...)

Value

The input x, invisibly.

Arguments

x

A shard_descriptor object.

...

Further arguments (ignored).

Examples

Run this code
sh <- shards(100, block_size = 25)
print(sh)

Run the code above in your browser using DataLab