TractorObject-class {tractor.base} | R Documentation |
The TractorObject class
Description
This reference class extends the standard envRefClass
class, adding methods for finding all of the field or methods available for
an object. There is also a method for summarising key elements of the object
as a named character vector, which can be suitable overridden by inheriting
classes. The show
method prints this summary as a labelled list.
Methods
fields()
Retrieve a list of all field names
methods()
Retrieve a list of all method names
summarise()
Summarise key aspects of the object
[Package tractor.base version 3.4.2 Index]