The RObject type exposes the following members.
| Name | Description |
---|
 | Attributes |
Gets the collection of attributes associated with the object.
|
 | Children |
Gets the sequence of children of the object.
|
 | Class |
Gets the class of the object.
|
 | Classes |
Gets the class of the object.
|
 | ElementType |
Gets the element type of the object.
|
 | HasAttributes |
Gets whether the object has attributes associated with it.
|
 | HasChildren |
Gets whether the object has child objects.
|
 | HasTag |
Gets whether the object has a tag associated with it.
|
 | IsDataFrame |
Gets whether the object can be converted to a vector.
|
 | IsMatrix |
Gets whether the object can be converted to a matrix.
|
 | IsObject |
Gets whether the object is an R object (with a class attribute).
|
 | IsVector |
Gets whether the object can be converted to a data frame.
|
 | Kind |
Gets the kind of object.
|
 | RType |
Gets the R type of the object.
|
 | Tag |
Gets the tag associated with the objet.
|
Top
Reference