Coerce a Shared Memory Buffer to Logical
Usage
# S3 method for class 'shard_buffer'
as.logical(x, ...)Examples
# \donttest{
buf <- buffer("logical", dim = 5)
as.logical(buf)
#> [1] FALSE FALSE FALSE FALSE FALSE
buffer_close(buf)
# }
Coerce a Shared Memory Buffer to Logical
# S3 method for class 'shard_buffer'
as.logical(x, ...)# \donttest{
buf <- buffer("logical", dim = 5)
as.logical(buf)
#> [1] FALSE FALSE FALSE FALSE FALSE
buffer_close(buf)
# }