Learn R Programming

generics (version 0.1.4)

tidy: Turn an object into a tidy tibble

Description

Turn an object into a tidy tibble

Usage

tidy(x, ...)

Value

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

Arguments

x

An object to be converted into a tidy tibble::tibble().

...

Additional arguments to tidying method.

Methods

generics:::methods_rd("tidy")