pillar (version 1.4.6)

new_pillar_title: Prepare a column title for formatting

Description

Call format() on the result to render column titles.

Usage

new_pillar_title(x, ...)

Arguments

x

A character vector of column titles.

...

These dots are for future extensions and must be empty.

Examples

Run this code
# NOT RUN {
format(new_pillar_title(names(iris)))
# }

Run the code above in your browser using DataLab