v0.0.2
This release introduces the foundational GT object with core table-building capabilities, including value formatting, header content, and annotation methods.
New Features
GTclass — A top-level table object providing the primary interface for building and customizing tables.fmt_*()methods — A comprehensive set of formatting methods for transforming cell values in the table body.- Title and note methods — Methods for adding titles, subtitles, and table notes to provide context and annotations.
Internal
- Groundwork for spanners, row columns, and group columns (to be exposed in a future release).