powered by
Returns information about a buffer.
buffer_info(x)
A named list with buffer properties: type, dim, n, bytes, backing, path, and readonly.
type
dim
n
bytes
backing
path
readonly
A shard_buffer object.
# \donttest{ buf <- buffer("integer", dim = c(5, 5)) buffer_info(buf) buffer_close(buf) # }
Run the code above in your browser using DataLab