format_column_headers_with_n_html: Format column headers with n counts (HTML)

View source: R/table2_utils.R

format_column_headers_with_n_htmlR Documentation

Format column headers with n counts (HTML)

Description

Creates HTML-formatted column headers with sample size counts displayed below the column name using line breaks.

Usage

format_column_headers_with_n_html(col_names, n_row_data)

Arguments

col_names

Character vector of column names.

n_row_data

Named list or data.table row with n values for each column.

Value

Character vector with HTML-formatted headers including n counts.


summata documentation built on May 7, 2026, 5:07 p.m.