Coerces an R object to a term-vector()
.
Usage
as_term(x, ...)
as.term(x, ...)
# S3 method for class 'character'
as_term(x, repair = FALSE, normalize = repair, ...)
# S3 method for class 'numeric'
as_term(x, name = "par", ...)
Methods (by class)
as_term(character)
: Coerce character vector to term vectoras_term(numeric)
: Coerce numeric object to term vector