powered by
Tests whether a term vector has absent elements. The vector should not require repairing.
is_incomplete_terms(x, ...)
A logical scalar indicating whether the object's terms are incomplete.
The object.
Unused.
term-vector() and complete_terms()
term-vector()
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]"))
Run the code above in your browser using DataLab