pillar-package: pillar: Coloured Formatting for Columns

pillar-packageR Documentation

pillar: Coloured Formatting for Columns

Description

[Stable]

Formats tabular data in columns or rows using the full range of colours provided by modern terminals. Provides various generics for making every aspect of the display customizable.

Author(s)

Maintainer: Kirill Müller kirill@cynkra.com (ORCID)

Authors:

  • Hadley Wickham

Other contributors:

  • RStudio [copyright holder]

See Also

  • pillar() for formatting a single column,

  • print.tbl() for formatting data-frame-like objects,

  • pillar_options for a list of package options.

Examples

pillar(1:3)
pillar(c(1, 2, 3))
pillar(factor(letters[1:3]), title = "letters")
tbl_format_setup(tibble::as_tibble(mtcars), width = 60)

hadley/pillar documentation built on March 11, 2024, 2:21 a.m.