identify_variable_groups: Identify variable groups before indentation

View source: R/table2_utils.R

identify_variable_groupsR Documentation

Identify variable groups before indentation

Description

Detects variable group boundaries by finding rows where Variable column is non-empty. Returns row indices for each group for zebra stripe application.

Usage

identify_variable_groups(df)

Arguments

df

Data.table with Variable column.

Value

List of integer vectors, each containing row indices for one variable group.


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