R/title.R
new_pillar_title.Rd
Call format() on the result to render column titles.
format()
new_pillar_title(x, ...)
A character vector of column titles.
These dots are for future extensions and must be empty.
format(new_pillar_title(names(trees))) #> [1] "Girth " "Height" "Volume"