getName.Class | R Documentation |
Gets the name of the class.
## S3 method for class 'Class'
getName(this, ...)
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
For more information see Class
.
print(getName(Object)) # "Object"
print(getName(Class)) # "Class"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.