$.interface_object {interface} | R Documentation |
Get a property from an interface object
## S3 method for class 'interface_object'
x$name
x |
An interface object |
name |
The name of the property to get |
The value of the specified property. The class of the returned value depends on the property's type as defined in the interface.