Learn R Programming

pillar (version 1.6.2)

pillar-package: 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.

Arguments

See Also

Examples

Run this code
# NOT RUN {
pillar(1:3)
pillar(c(1, 2, 3))
pillar(factor(letters[1:3]), title = "letters")
colonnade(iris[1:3, ])
# }

Run the code above in your browser using DataLab