is_incomplete_terms: Is Incomplete Terms

View source: R/is-incomplete-terms.R

is_incomplete_termsR Documentation

Is Incomplete Terms

Description

Tests whether a term vector has absent elements. The vector should not require repairing.

Usage

is_incomplete_terms(x, ...)

Arguments

x

The object.

...

These dots are for future extensions and must be empty.

Value

A logical scalar indicating whether the object's terms are incomplete.

See Also

term-vector() and complete_terms()

Examples

is_incomplete_terms(term("b[2]"))
is_incomplete_terms(term("b[2]", "b[1]"))
is_incomplete_terms(term("b[2]", "b[1]", "b[1]"))

poissonconsulting/term documentation built on Jan. 22, 2025, 8:02 p.m.