Learn R Programming

R.oo (version 1.7.5)

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

Description

Returns a short string describing the class.

Usage

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

Arguments

...
Not used.

Value

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