S7_class {S7}R 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())

[Package S7 version 0.1.1 Index]