tab_cols.RdForm table column names
tab_cols( cols, cols_replace = NULL, cols_rename = NULL, cols_blank = NULL, cols_split = NULL, cols_bold = FALSE, cols_break = "...", cols_extra = NULL, cols_omit = NULL, ... )
| cols | the starting set of table column names |
|---|---|
| cols_replace | a character vector with the same length as the number of
output table columns; use this to completely replace the names (as opposed
to one by on editing with |
| cols_rename | a |
| cols_blank | a character vector of column names that will not be printed
in the table header; see also |
| cols_split | a string that is used to split column labels into tag
(on the left) or name (on the right); if supplied, then |
| cols_bold | if |
| cols_break | character sequence to break column names into new lines |
| cols_extra | a data frame with extra column header information; the data
frame should have the same columns, in the same order as the table data
frame (see |
| cols_omit | if |
| ... | not used |