Learn R Programming

qs (version 0.27.3)

unregister_altrep_class: Unegister ALTREP class for serialization

Description

Unegister an ALTREP class to not use base R serialization.

Usage

unregister_altrep_class(classname, pkgname)

Arguments

classname

The ALTREP class name

pkgname

The package the ALTREP class comes from

Examples

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

Run the code above in your browser using DataLab