as_term_frame.nlist {nlist}R Documentation

Coerce nlist Object to Data Frame

Description

Coerces an nlist object to a data.frame with an term column and a value column.

Usage

## S3 method for class 'nlist'
as_term_frame(x, ...)

Arguments

x

An nlist object.

...

Unused.

Value

A data.frame.

See Also

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

Examples

as_term_frame(nlist(x = 1, y = 4:6))

[Package nlist version 0.3.3 Index]