is_term_rcrd {term} | R Documentation |
Is Term Record
Description
Tests whether an R object inherits from S3 class term_rcrd
.
Usage
is_term_rcrd(x)
Arguments
x |
The object. |
Details
It does not test the validity of consistency of the term elements.
Value
A flag indicating whether the test was positive.
See Also
valid_term()
and consistent_term()
Examples
is_term_rcrd(new_term_rcrd())
[Package term version 0.3.5 Index]