$<-.interface_object {interface} | R Documentation |
Set a property in an interface object
## S3 replacement method for class 'interface_object'
x$name <- value
x |
An interface object |
name |
The name of the property to set |
value |
The new value for the property |
The modified interface object, invisibly.