Learn R Programming

qs (version 0.27.3)

get_altrep_class_info: Get the class information of an ALTREP object

Description

Gets the formal name of the class and package of an ALTREP object

Usage

get_altrep_class_info(obj)

Value

The class information (class name and package name) of an ALTREP object, a character vector of length two. If the object is not an ALTREP object, returns NULL.

Arguments

obj

The ALTREP class name

Examples

Run this code
get_altrep_class_info(1:5)

Run the code above in your browser using DataLab