Skip to contents

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())
#> <Foo> class
#> @ parent     : <S7_object>
#> @ constructor: function() {...}
#> @ validator  : <NULL>
#> @ properties :