as_term_frame.nlists {nlist} | R Documentation |
Coerce nlists Object to Data Frame
Description
Coerces an nlists object to a data.frame with a term, sample and value column.
Usage
## S3 method for class 'nlists'
as_term_frame(x, ...)
Arguments
x |
An nlists object. |
... |
Unused. |
Value
A data.frame.
See Also
Other coerce term:
as_term.mcmc()
,
as_term.nlists()
,
as_term.nlist()
,
as_term_frame.nlist()
,
as_term_frame()
Examples
as_term_frame(nlists(
nlist(x = 1, y = 4:6),
nlist(x = 3, y = 1:3)
))
[Package nlist version 0.3.3 Index]