powered by
Length of a Shared Memory Buffer
# S3 method for shard_buffer length(x)
An integer scalar giving the total number of elements.
A shard_buffer object.
shard_buffer
# \donttest{ buf <- buffer("double", dim = 20) length(buf) buffer_close(buf) # }
Run the code above in your browser using DataLab