Squeeze a colonnade to a fixed width
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()
.
squeeze(x, width = NULL, ...)
long_string <- list(paste(letters, collapse = " ")) squeeze(colonnade(long_string), width = 40) squeeze(colonnade(long_string), width = 20)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.