print.shard_shared_vector: Print a Shared Vector

View source: R/cow.R

print.shard_shared_vectorR Documentation

Print a Shared Vector

Description

Print method for shard_shared_vector objects. Drops the wrapper class and delegates to the underlying R print method.

Usage

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

Arguments

x

A shard_shared_vector.

...

Additional arguments passed to print.

Value

The input x, invisibly.


shard documentation built on April 3, 2026, 9:08 a.m.