tibble (version 1.4.2)

tbl_sum: Provide a succinct summary of an object

Description

tbl_sum() gives a brief textual description of a table-like object, which should include the dimensions, the data source, and possible grouping (for dplyr). The default implementation forwards to pillar::obj_sum().

Usage

tbl_sum(x)

Arguments

x

Object to summarise

See Also

pillar::type_sum(), pillar::is_vector_s3()