calculate_table_width: Calculate table width based on paper size and orientation

View source: R/table2_utils.R

calculate_table_widthR Documentation

Calculate table width based on paper size and orientation

Description

Computes usable table width in inches based on paper dimensions and orientation, accounting for standard 1-inch margins.

Usage

calculate_table_width(paper, orientation)

Arguments

paper

Character string paper size ("letter", "a4", "legal").

orientation

Character string page orientation ("portrait", "landscape").

Value

Numeric usable width in inches.


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