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.2.0 Index]