Returns a short string describing the class.

# S3 method for class 'Class'
as.character(x, ...)

Arguments

...

Not used.

Value

Returns a character string.

Author

Henrik Bengtsson

See also

For more information see Class.

Examples

  print(as.character(Object))
#> [1] "Class Object has 0 fields and 28 methods."

  # gives:  "Class Object: no fields, 8 methods (no inherited)"