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