new_pillar_title {pillar}R Documentation

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.

...

Unused.

Examples

format(new_pillar_title(names(iris)))

[Package pillar version 1.3.0 Index]