## single grouping variable example
row_grp_structure(group_val = c("A","C"), element_block(post_space = "---"))
## example with multiple grouping variables
row_grp_structure(group_val = list(grp1 = "A", grp2 = "b"), element_block(post_space = " "))
Run the code above in your browser using DataLab