tab_spanners | R Documentation |
Create groups of columns with spanners
tab_spanners(
data,
cols = NULL,
span = NULL,
span_split = NULL,
span_title_break = "...",
sizes = tab_size(),
...
)
data |
a data.frame to convert to tabular table; the user should filter
or subset so that |
cols |
a character vector of column names |
span |
a list of objects created with |
span_split |
a |
span_title_break |
a character sequence indicating where to split the title across multiple lines |
sizes |
an object returned from |
... |
not used |
colgroup()
, colsplit()
, st_span()
, st_span_split()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.