tidy.nlists {nlist}R Documentation

Turn an object into a tidy tibble

Description

Turn an object into a tidy tibble

Usage

## S3 method for class 'nlists'
tidy(x, simplify = FALSE, ...)

Arguments

x

An object.

simplify

A flag specifying whether to drop sd and zscore columns.

...

Unused.

Value

A tibble::tibble() with information about model components.

Methods

No methods found in currently loaded packages.

Examples

tidy(nlists(
  nlist(x = 1, y = 4:6),
  nlist(x = 3, y = 7:9)
), simplify = TRUE)

[Package nlist version 0.3.3 Index]