Skip to contents

Print a shard_idx_range object

Usage

# S3 method for class 'shard_idx_range'
print(x, ...)

Arguments

x

A shard_idx_range object.

...

Additional arguments (ignored).

Value

Returns x invisibly.

Examples

r <- idx_range(1, 10)
print(r)
#> idx_range [1:10]