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, ...)See also
Other coerce term:
as_term.mcmc(),
as_term.nlist(),
as_term.nlists(),
as_term_frame(),
as_term_frame.nlists()
Examples
as_term_frame(nlist(x = 1, y = 4:6))
#> term value
#> 1 x 1
#> 2 y[1] 4
#> 3 y[2] 5
#> 4 y[3] 6
