powered by
Print a Shared Memory Buffer
# S3 method for shard_buffer print(x, ...)
The input x, invisibly.
x
A shard_buffer object.
shard_buffer
Ignored.
# \donttest{ buf <- buffer("double", dim = 10) print(buf) buffer_close(buf) # }
Run the code above in your browser using DataLab