BASE$get_attr {bandicoot} | R Documentation |
Get value of an attribute or a method
Description
This function gets the value of an attribute or a method.
Usage
BASE$get_attr(attr_name)
Arguments
attr_name |
Character. Attribute name. |
Value
The attribute value.
Examples
BASE$get_attr("test")
BASE$get_attr("..methods..")
[Package bandicoot version 1.0.0 Index]