squeeze: Squeeze a colonnade to a fixed width
Description
![[Soft-deprecated]](figures/lifecycle-soft-deprecated.svg?package=pillar&version=1.9.0)
The squeeze()
function usually doesn't need to be called manually.
It returns an object suitable for printing and formatting at a fixed width
with additional information about omitted columns, which can be retrieved
via extra_cols()
.
Usage
squeeze(x, width = NULL, ...)