Learn R Programming

qs (version 0.27.3)

register_altrep_class: Register ALTREP class for serialization

Description

Register an ALTREP class to serialize using base R serialization.

Usage

register_altrep_class(classname, pkgname)

Arguments

classname

The ALTREP class name

pkgname

The package the ALTREP class comes from

Examples

Run this code
register_altrep_class("compact_intseq", "base")

Run the code above in your browser using DataLab