ropensci / skimr

A frictionless, pipeable approach to dealing with summary statistics
https://docs.ropensci.org/skimr
1.1k stars 79 forks source link

Let users control horizontal widths in new pillar+ skimr print output #684

Closed michaelquinn32 closed 2 years ago

michaelquinn32 commented 2 years ago

The switch to pillar has introduced a small feature regression. We've dropped the argument to make it easy to control the header width in individual tables. https://github.com/ropensci/skimr/blob/eca8edf23fbde724bf725fced73ff86c9a640404/R/skim_print.R#L37

An option should be able to support that now.