Learn R Programming

R.oo (version 1.2.7)

getName.Class: Gets the name of the class

Description

Gets the name of the class.

Usage

## S3 method for class 'Class}(this, ...)':
getNameundefined

...{Not used.}

Returns a character string.

print(getName(Object))   # "Object"
  print(getName(Class))    # "Class"

[object Object]

For more information see Class.



internal
methods
programming

Arguments