Provide a succinct summary of an object
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 obj_sum()
.
tbl_sum(x)
x |
Object to summarise. |
This generic will be moved to pillar, and reexported from there as soon as it becomes available.
A named character vector, describing the dimensions in the first element and the data source in the name of the first element.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.