Learn R Programming

shard (version 0.1.0)

buffer_info: Get Buffer Info

Description

Returns information about a buffer.

Usage

buffer_info(x)

Value

A named list with buffer properties: type, dim, n, bytes, backing, path, and readonly.

Arguments

x

A shard_buffer object.

Examples

Run this code
# \donttest{
buf <- buffer("integer", dim = c(5, 5))
buffer_info(buf)
buffer_close(buf)
# }

Run the code above in your browser using DataLab