$<-.interface_object {interface} | R Documentation |
Set a property in an interface object
Description
Set a property in an interface object
Usage
## S3 replacement method for class 'interface_object'
x$name <- value
Arguments
x |
An interface object |
name |
The name of the property to set |
value |
The new value for the property |
Value
The modified interface object, invisibly.
[Package interface version 0.1.2 Index]