Creates a term_rcrd from values.
This function checks that all terms are valid
but does not require stronger levels of consistency,
see chk_valid()
for details.
term_rcrd(...)
A term_rcrd vector.
term_rcrd()
#> <term_rcrd[0]>
if (FALSE) { # \dontrun{
term_rcrd("p", "q[1]", "q[2]", "q[3]")
term_rcrd("q[1]", "q[2]", "q[3]")
} # }