Learn R Programming

term (version 0.3.5)

is_incomplete_terms: Is Incomplete Terms

Description

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

Usage

is_incomplete_terms(x, ...)

Value

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

Arguments

x

The object.

...

Unused.

See Also

term-vector() and complete_terms()

Examples

Run this code
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