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