page_structure | R Documentation |
Page structure
page_structure(group_val = NULL, label_val = NULL)
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. |
page structure object
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.