22 lines
602 B
R
22 lines
602 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/functions.R
|
|
\name{style_audit_table}
|
|
\alias{style_audit_table}
|
|
\title{Style Audit Table (GT)}
|
|
\usage{
|
|
style_audit_table(data, title = NULL, subtitle = NULL)
|
|
}
|
|
\arguments{
|
|
\item{data}{A data frame to be formatted.}
|
|
|
|
\item{title}{Character string. The title of the table (optional).}
|
|
}
|
|
\value{
|
|
A \code{gt_tbl} object ready for rendering.
|
|
}
|
|
\description{
|
|
Converts a data frame into a formatted \code{gt} table with consistent
|
|
styling for audit reports. Includes row striping, numeric formatting, and
|
|
standardized font sizes.
|
|
}
|