Learn R Programming

shard (version 0.1.0)

print.shard_worker: Print a shard_worker Object

Description

Print a shard_worker Object

Usage

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

Value

The input x, invisibly.

Arguments

x

A shard_worker object.

...

Further arguments (ignored).

Examples

Run this code
# \donttest{
p <- pool_create(1)
print(p$workers[[1]])
pool_stop(p)
# }

Run the code above in your browser using DataLab