S7_class: Retrieve the S7 class of an object

View source: R/class.R

S7_classR Documentation

Retrieve the S7 class of an object

Description

Given an S7 object, find it's class.

Usage

S7_class(object)

Arguments

object

The S7 object

Value

An S7 class.

Examples

Foo <- new_class("Foo")
S7_class(Foo())

S7 documentation built on April 3, 2025, 10:50 p.m.