View source: R/as-term-frame.R
as_term_frame.nlists | R Documentation |
Coerces an nlists object to a data.frame with a term, sample and value column.
## S3 method for class 'nlists'
as_term_frame(x, ...)
x |
An nlists object. |
... |
Unused. |
A data.frame.
Other coerce term:
as_term.mcmc()
,
as_term.nlist()
,
as_term.nlists()
,
as_term_frame()
,
as_term_frame.nlist()
as_term_frame(nlists(
nlist(x = 1, y = 4:6),
nlist(x = 3, y = 1:3)
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.