Coerces an R object to a term_rcrd
.
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, ...)
as_term_rcrd(character)
: Coerce character vector to term_rcrd
as_term_rcrd(numeric)
: Coerce numeric vector to term_rcrd
as_term_rcrd(term)
: Coerce term vector to term_rcrd