initial commit
This commit is contained in:
21
man/style_audit_table.Rd
Normal file
21
man/style_audit_table.Rd
Normal file
@@ -0,0 +1,21 @@
|
||||
% 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.
|
||||
}
|
||||
Reference in New Issue
Block a user