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")}

generics documentation built on July 6, 2022, 1:08 a.m.