getDetails.Class {R.oo}R Documentation

Lists the fields and methods of a class

Description

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

Usage

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

Arguments

... Not used.

Value

Returns an invisible character string of the class information.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

Examples

  getDetails(Exception)

[Package R.oo version 1.6.5 Index]