tab_spanners.Rd
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 | not implemented at this time; ; see also |
span_title_break | a character sequence indicating where to split the title across multiple lines |
sizes | an object returned from |
... | not used |