File: new_pillar_title.Rd

package info (click to toggle)
r-cran-pillar 1.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,476 kB
  • sloc: sh: 13; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/title.R
\name{new_pillar_title}
\alias{new_pillar_title}
\title{Prepare a column title for formatting}
\usage{
new_pillar_title(x, ...)
}
\arguments{
\item{x}{A character vector of column titles.}

\item{...}{These dots are for future extensions and must be empty.}
}
\description{
Call \code{\link[=format]{format()}} on the result to render column titles.
}
\examples{
format(new_pillar_title(names(iris)))
}