jlview_info: Get information about a jlview object

View source: R/utils.R

jlview_infoR Documentation

Get information about a jlview object

Description

Returns metadata about a jlview ALTREP vector including the Julia element type, length, writeability, and release status.

Usage

jlview_info(x)

Arguments

x

A jlview ALTREP vector

Value

A named list with components:

type

Julia element type (e.g., "Float64")

length

Number of elements

writeable

Whether the view allows direct writes

released

Whether the view has been released

materialized

Whether COW materialization has occurred


jlview documentation built on March 24, 2026, 1:07 a.m.