colgroup | R Documentation |
Set spans to group columns
colgroup(
title = NULL,
vars = c(),
level = 1,
sep = ".",
split = FALSE,
title_side = c(".l", ".r"),
align = c("c", "l", "r")
)
as.span(
title = NULL,
vars = c(),
level = 1,
sep = ".",
split = FALSE,
title_side = c(".l", ".r"),
align = c("c", "l", "r")
)
colsplit(
sep,
level = 1,
split = TRUE,
title = NULL,
title_side = c(".l", ".r"),
align = c("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 |
align |
justify the span title to the center, left or right |
x |
an R object |
an object with class colgroup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.