$.interface_object {interface} | R Documentation |
Get a property from an interface object
Description
Get a property from an interface object
Usage
## S3 method for class 'interface_object'
x$name
Arguments
x |
An interface object |
name |
The name of the property to get |
Value
The value of the specified property. The class of the returned value depends on the property's type as defined in the interface.
[Package interface version 0.1.2 Index]