getFields.BasicObject {R.oo} | R Documentation |
Returns the field names of an BasicObject.
## S3 method for class 'BasicObject': 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/)
To check if a field exists or not, see *hasField()
.
For more information see BasicObject
.