powered by
Tests whether a term vector has absent elements.
is.incomplete_terms(x, ...)# S3 method for term is.incomplete_terms(x, ...)
# S3 method for term is.incomplete_terms(x, ...)
The object.
Unused.
A logical scalar indicating whether the object's terms are incomplete.
term: Test whether a term vector is incomplete
term
term-vector() and complete_terms()
term-vector()
complete_terms()
# 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