Learn R Programming

tfrmt (version 0.3.0)

page_structure: Page structure

Description

Page structure

Usage

page_structure(group_val = NULL, label_val = NULL)

Value

page structure object

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.

Examples

Run this code
# 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")

Run the code above in your browser using DataLab