Learn R Programming

shard (version 0.1.0)

print.shard_pool: Print a shard_pool Object

Description

Print a shard_pool Object

Usage

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

Value

The input x, invisibly.

Arguments

x

A shard_pool object.

...

Further arguments (ignored).

Examples

Run this code
# \donttest{
p <- pool_create(2)
print(p)
pool_stop(p)
# }

Run the code above in your browser using DataLab