powered by
Coerce a Shared Memory Buffer to Logical
# S3 method for shard_buffer as.logical(x, ...)
A logical vector with the buffer contents.
A shard_buffer object.
shard_buffer
Ignored.
# \donttest{ buf <- buffer("logical", dim = 5) as.logical(buf) buffer_close(buf) # }
Run the code above in your browser using DataLab