Lists the fields and methods of a class (or an object).

# S3 method for class 'Class'
getDetails(this, private=FALSE, ...)

Arguments

...

Not used.

Value

Returns an invisible character string of the class information.

Author

Henrik Bengtsson

Examples

  getDetails(Exception)