initial commit

This commit is contained in:
2026-02-10 04:52:37 -05:00
commit 0476f6f8f8
65 changed files with 15368 additions and 0 deletions

21
man/style_audit_table.Rd Normal file
View 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.
}