is_term | R Documentation |
Tests whether an R object inherits from S3 class term
.
is_term(x)
x |
The object. |
It does not test the validity of consistency of the term elements.
A flag indicating whether the test was positive.
term-vector()
, vld_term()
, valid_term()
and consistent_term()
is_term(c("parameter[2]", "parameter[10]"))
is_term(term("parameter[2]", "parameter[10]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.