powered by
Turn an object into a tidy tibble
# S3 method for nlists tidy(x, simplify = FALSE, ...)
A tibble::tibble() with information about model components.
tibble::tibble()
An object.
A flag specifying whether to drop sd and zscore columns.
Unused.
generics:::methods_rd("tidy")
tidy(nlists( nlist(x = 1, y = 4:6), nlist(x = 3, y = 7:9) ), simplify = TRUE)
Run the code above in your browser using DataLab