View source: R/is-incomplete-terms.R
is_incomplete_terms | R Documentation |
Tests whether a term vector has absent elements. The vector should not require repairing.
is_incomplete_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 incomplete.
term-vector()
and complete_terms()
is_incomplete_terms(term("b[2]"))
is_incomplete_terms(term("b[2]", "b[1]"))
is_incomplete_terms(term("b[2]", "b[1]", "b[1]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.