is_domain {biocompute} | R Documentation |
Is this a domain object?
Description
Is this a domain object?
Usage
is_domain(x)
Arguments
x |
any object |
Value
Logical. TRUE
if it is a domain object, FALSE
if not.
Examples
is_domain(compose_description())
[Package biocompute version 1.1.1 Index]