R.oo (version 1.20.0)

as.character.Class: Returns a short string describing the class

Description

Returns a short string describing the class.

Usage

"as.character"(x, ...)

Arguments

...
Not used.

Value

Returns a character string.

See Also

For more information see Class.

Examples

Run this code
  print(as.character(Object))

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

Run the code above in your browser using DataLab