precis: Display a succinct summary of a data frame

Description Usage Arguments Examples

Description

Display a succinct summary of a data frame

Usage

1
precis(x, ..., width = 60)

Arguments

x

A tabular structure like a data frame.

...

Other arguments potentially used by methods

width

Maximum width for each line.

Examples

1
2
precis(mtcars)
precis(mtcars, histogram = TRUE)

hadley/precis documentation built on May 17, 2019, 11:08 a.m.