.attr_insert {volker} | R Documentation |
Insert a name-value-pair into an object attribute
Description
Insert a name-value-pair into an object attribute
Usage
.attr_insert(obj, key, name, value)
Arguments
obj |
The object. |
key |
The attribute key. |
name |
The name of a list item within the attribute. |
value |
The value of the list item. |
Value
The object with new attributes.
[Package volker version 3.0.0 Index]