nonSlotAttributes {externalVector} | R Documentation |
Functions to extract and set attributes which are not slots.
Description
These functions access an object's attribute list. The first form
returns the an object's attribute list after removing any attribute
which is also a slot for the object. The assignment form
makes the list on the right-hand side of the assignment the
object's attribute list (if appropriate).
Usage
nonSlotAttributes(x)
nonSlotAttributes(x) <- value
Arguments
x |
An object. |
value |
An appropriate attribute list, or NULL . |
See Also
attributes
and attributes<-
[Package
externalVector version 1.0.12
Index]