jlview_release: Explicitly release a jlview object

View source: R/release.R

jlview_releaseR Documentation

Explicitly release a jlview object

Description

Unpins the Julia array immediately, freeing memory without waiting for R's garbage collector. After release, accessing the data will error.

Usage

jlview_release(x)

Arguments

x

A jlview ALTREP vector

Value

Invisible NULL


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