Learn R Programming

shard (version 0.1.0)

shared_segment: Get the underlying segment from a shared vector

Description

Get the underlying segment from a shared vector

Usage

shared_segment(x)

Value

A shard_segment S3 object wrapping the underlying segment

Arguments

x

A shard ALTREP vector

Examples

Run this code
# \donttest{
x <- as_shared(1:100)
shared_segment(x)
# }

Run the code above in your browser using DataLab