View source: R/is-inconsistent-terms.R
is_inconsistent_terms | R Documentation |
Tests whether a term vector has inconsistent elements. Returns TRUE if includes missing or invalid terms.
is_inconsistent_terms(x, ...)
x |
The object. |
... |
These dots are for future extensions and must be empty. |
A logical scalar indicating whether the object's terms are inconsistent.
term-vector()
and consistent_term()
is_inconsistent_terms(term("b[2]"))
is_inconsistent_terms(term("b[2]", "b[1]"))
is_inconsistent_terms(term("b[2]", "b[1,1]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.