hasField.BasicObject {R.oo} | R Documentation |
Checks if a field exists or not.
## S3 method for class 'BasicObject': hasField(this, field, ...)
field |
vector of fields to be checked if they exists or not. |
... |
Not used. |
Returns a logical
vector
indicating for each field if it exists or not.
Henrik Bengtsson (http://www.braju.com/R/)
To get the fields of an Object, see *getFields()
.
For more information see BasicObject
.