R/as-term.R
as_term.nlists.Rd
Coerce to a Term Vector
# S3 method for class 'nlists' as_term(x, ...)
An object.
Unused.
Other coerce term: as_term.mcmc(), as_term.nlist(), as_term_frame(), as_term_frame.nlist(), as_term_frame.nlists()
as_term.mcmc()
as_term.nlist()
as_term_frame()
as_term_frame.nlist()
as_term_frame.nlists()
as_term(nlists(nlist(x = matrix(1:4, ncol = 2)))) #> <term[4]> #> [1] x[1,1] x[2,1] x[1,2] x[2,2]