powered by
Returns the field names of an BasicObject.
# S3 method for BasicObject getFields(this, private=FALSE, ...)
Returns a character
character
vector of field names.
vector
If TRUE, private fields will also be returned, otherwise only public fields are returned.
TRUE
Not used.
Henrik Bengtsson
To check if a field exists or not, see *hasField(). For more information see BasicObject.
*hasField()
BasicObject