Retrieve information about columns that didn't fit the available width
Formatting a colonnade object may lead to some columns being omitted due to width restrictions. This method returns a character vector that describes each of the omitted columns.
extra_cols(x, ...) ## S3 method for class 'pillar_squeezed_colonnade' extra_cols(x, ..., n = Inf)
extra_cols(squeeze(colonnade(list(a = 1:3, b = 4:6), width = 8)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.