as.character.Class {R.oo} | R Documentation |
Returns a short string describing the class
Description
Returns a short string describing the class.
Usage
## S3 method for class 'Class'
as.character(x, ...)
Arguments
... |
Not used. |
Value
Returns a character
string.
Author(s)
Henrik Bengtsson
See Also
For more information see Class
.
Examples
print(as.character(Object))
# gives: "Class Object: no fields, 8 methods (no inherited)"
[Package R.oo version 1.25.0 Index]