tbl_sum: Provide a succinct summary of an object

Description Usage Arguments Value See Also

View source: R/type-sum.R

Description

tbl_sum() gives a brief textual description of a table-like object, which should include the dimensions and the data source in the first element, and additional information in the other elements (such as grouping for dplyr). The default implementation forwards to pillar::obj_sum().

Usage

1

Arguments

x

Object to summarise

Value

A named character vector, describing the dimensions in the first element and the data source in the name of the first element.

See Also

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


krlmlr/tibble documentation built on Jan. 15, 2020, 7:56 a.m.