BASE$has_attr {bandicoot} | R Documentation |
Whether or not an attribute or method exists
Description
This function checks whether or not an attribute or method exists.
Usage
BASE$has_attr(attr_name)
Arguments
attr_name |
Character. Attribute name. |
Value
True or FALSE.
Examples
BASE$has_attr("test")
BASE$has_attr("..len..")
[Package bandicoot version 1.0.0 Index]