is_inconsistent_terms: Is Inconsistent Terms

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

is_inconsistent_termsR Documentation

Is Inconsistent Terms

Description

Tests whether a term vector has inconsistent elements. Returns TRUE if includes missing or invalid terms.

Usage

is_inconsistent_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 inconsistent.

See Also

term-vector() and consistent_term()

Examples

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

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