When page_by & group_by are both specified, the table is ordered by the group_by variable(s) throughout the table instead of within the page_by variable. Rows within each page_by section of the table do not correspond with the page_by value of the original data.
Expected behavior
My assumption is that the table would be arranged by the page_by variable then by the group_by variable(s) within each page_by section.
Description
When page_by & group_by are both specified, the table is ordered by the group_by variable(s) throughout the table instead of within the page_by variable. Rows within each page_by section of the table do not correspond with the page_by value of the original data.
Expected behavior
My assumption is that the table would be arranged by the page_by variable then by the group_by variable(s) within each page_by section.
Reproducible code
Screenshots
Current output:
^ rows are highlighted corresponding to their respective Participant ID / inline_text
Expected output:
Session Info
``` R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044) ```