View source: R/semantic_adapter.R
| is_semantic_class | R Documentation |
Test class membership using S3 inherits() and S4 methods::is() fallback.
This helper is intended for robust adapter supports() predicates.
is_semantic_class(obj, class_name)
obj |
Object to test. |
class_name |
Class name to check. |
TRUE if obj matches class_name; otherwise FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.