Learn R Programming

term (version 0.1.0)

is.incomplete_terms: Is Incomplete Terms

Description

Tests whether a term vector has absent elements.

Usage

is.incomplete_terms(x, ...)

# S3 method for term is.incomplete_terms(x, ...)

Arguments

x

The object.

...

Unused.

Value

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

Methods (by class)

  • term: Test whether a term vector is incomplete

See Also

term-vector() and complete_terms()

Examples

Run this code
# NOT RUN {
is.incomplete_terms(as.term("b[2]"))
is.incomplete_terms(as.term(c("b[2]", "b[1]")))
# }

Run the code above in your browser using DataLab