colgroup.Rd
Set spans to group columns
colgroup( title = NULL, vars = c(), level = 1, sep = ".", split = FALSE, title_side = c(".l", ".r") ) as.span( title = NULL, vars = c(), level = 1, sep = ".", split = FALSE, title_side = c(".l", ".r") ) colsplit( sep, level = 1, split = TRUE, title = NULL, title_side = c(".l", ".r") ) is.colgroup(x) is.colsplit(x)
title | label for groups of columns |
---|---|
vars | tidyselect specification of variables |
level | relative position for the grouping spanner; level 0 is the column names; level 1 is one step away (up) from the column names, etc |
sep | character; the separator used for finding column groupings |
split | logical; if |
title_side | which side of the split should be taken as the |
x | an R object |
an object with class colgroup