From b3c4dd6185172d1bd2c17de0baf109e5300fe90b Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Thu, 1 Jun 2023 02:00:51 -0400 Subject: [PATCH] Update tab_header.Rd --- man/tab_header.Rd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man/tab_header.Rd b/man/tab_header.Rd index 1188f6f433..d911bf3093 100644 --- a/man/tab_header.Rd +++ b/man/tab_header.Rd @@ -14,7 +14,15 @@ tab_header(data, title, subtitle = NULL, preheader = NULL) This is the \strong{gt} table object that is commonly created through use of the \code{\link[=gt]{gt()}} function.} -\item{title}{\emph{Header subtitle} +\item{title}{\emph{Header title} + +\verb{scalar} --- \strong{required} + +Text to be used in the table title. We can elect to use the \code{\link[=md]{md()}} and +\code{\link[=html]{html()}} helper functions to style the text as Markdown or to retain HTML +elements in the text.} + +\item{subtitle}{\emph{Header subtitle} \verb{scalar} --- \emph{default:} \code{NULL} (\code{optional})