getFields.Class {R.oo} | R Documentation |
Returns the field names of a class.
## S3 method for class 'Class': getFields(this, private=FALSE, ...)
private |
If TRUE , private fields will also be returned,
otherwise only public fields are returned. |
... |
Not used. |
Returns a character
vector
of field names.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Class
.
print(getFields(Exception))