glance: Glance at an object

View source: R/glance.R

glanceR Documentation

Glance at an object

Description

Construct a single row summary "glance" of a model, fit, or other object

Usage

glance(x, ...)

Arguments

x

model or other R object to convert to single-row data frame

...

other arguments passed to methods

Details

glance methods always return either a one-row data frame (except on NULL, which returns an empty data frame)

Methods

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

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