determine_alignment: Determine alignment for exported tables

View source: R/table2_utils.R

determine_alignmentR Documentation

Determine alignment for exported tables

Description

Creates column alignment string for LaTeX tables. Variable and Group columns are left-aligned; all others are centered.

Usage

determine_alignment(df)

Arguments

df

Data.frame or data.table to determine alignment for.

Value

Character string with alignment codes (e.g., "rlcc").


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