page_structure {tfrmt} | R Documentation |
Page structure
Description
Page structure
Usage
page_structure(group_val = NULL, label_val = NULL)
Arguments
group_val |
string or a named list of strings which represent the value of group to split after. Set to ".default" if the split should occur after every unique value of the variable. |
label_val |
string which represents the value of label to split after. Set to ".default" if the split should occur after every unique value of the variable. |
Value
page structure object
Examples
# split page after every unique level of the grouping variable
page_structure(group_val = ".default", label_val = NULL)
# split page after specific levels
page_structure(group_val = "grp1", label_val = "lbl3")
[Package tfrmt version 0.1.2 Index]