glance_fit_pretty: Custom wrapper for 'broom::glance()'

Description Usage Arguments Details Value

View source: R/broom.R

Description

Calls broom::glance() and modifies the output.

Usage

1
2
glance_fit_pretty(data = NULL, n_digits = getOption("digits"),
  tidy = FALSE)

Arguments

data

data.frame.

n_digits

integer. Number of columns to round numeric columns. This is useful because the values in the p.value column may be very small, leading to extremely \"wide\" output.

tidy

logical. Whether to put output in long (i.e. tidy) format.

Details

This function calls broom::glance() then modifies the output of by truncating numeric output columns, coercing to a tibble, and, optionally, formatting in long (i.e. tidy) format.

Value

tibble.


tonyelhabr/teml documentation built on May 4, 2019, 12:57 a.m.