last_class {stencilaschema}R Documentation

Get the last class for an object The last class is usually the "highest" in the inheritance tree

Description

Get the last class for an object The last class is usually the "highest" in the inheritance tree

Usage

last_class(obj)

Arguments

obj

The object to get the last class for

Value

The class that is last in the list of classes for the object


[Package stencilaschema version 1.0.0 Index]