Learn R Programming

nlist (version 0.4.0)

as_term_frame: Coerce to a Term Frame

Description

A term frame is a tibble with the first column a term vector called and a numeric column called value and in the case of an nlists object an integer vector called samples. It includes the original nlist or nlists object.

Usage

as_term_frame(x, ...)

Value

An term_frame object.

Arguments

x

An object.

...

Unused.

See Also

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