R.oo (version 1.24.0)

getDetails.Class: 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
getDetails(this, private=FALSE, ...)

Arguments

...

Not used.

Value

Returns an invisible character string of the class information.

Examples

Run this code
# NOT RUN {
  getDetails(Exception)
# }

Run the code above in your browser using DataLab