Gets the name of the class.

# S3 method for class 'Class'
getName(this, ...)

Arguments

...

Not used.

Value

Returns a character string.

Author

Henrik Bengtsson

See also

For more information see Class.

Examples

  print(getName(Object))   # "Object"
#> [1] "Object"
  print(getName(Class))    # "Class"
#> [1] "Class"