powered by
Gets the name of the class.
# S3 method for Class getName(this, ...)
Not used.
Returns a character string.
character
For more information see Class.
Class
# NOT RUN { print(getName(Object)) # "Object" print(getName(Class)) # "Class" # }
Run the code above in your browser using DataLab