hasAttributes {BBmisc} | R Documentation |
Check if given object has certain attributes.
Description
Check if given object has certain attributes.
Usage
hasAttributes(obj, attribute.names)
Arguments
obj |
[mixed] |
attribute.names |
[ |
Value
[logical(1)
]
TRUE
if object x
contains all attributes from attributeNames
and FALSE
otherwise.
[Package BBmisc version 1.13 Index]