tidy: Turn an object into a tidy tibble

View source: R/tidy.R

tidyR Documentation

Turn an object into a tidy tibble

Description

Turn an object into a tidy tibble

Usage

tidy(x, ...)

Arguments

x

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

...

Additional arguments to tidying method.

Value

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

Methods

\Sexpr[stage=render,results=rd]{generics:::methods_rd("tidy")}

tidymodels/modelgenerics documentation built on Nov. 1, 2023, 2:30 a.m.