as_term.nlists {nlist}R Documentation

Coerce to a Term Vector

Description

Coerce to a Term Vector

Usage

## S3 method for class 'nlists'
as_term(x, ...)

Arguments

x

An object.

...

Unused.

See Also

Other coerce term: as_term.mcmc(), as_term.nlist(), as_term_frame.nlists(), as_term_frame.nlist(), as_term_frame()

Examples

as_term(nlists(nlist(x = matrix(1:4, ncol = 2))))

[Package nlist version 0.3.3 Index]