This function creates a StyledTable object from a single data.frame or multiple data.frames or other StyledTable objects. If multiple StyledTable objects or data.frames are supplied, then they are concatenated vertically. Therefore, all supplied data.frames and StyledTable objects must have the same number of columns.
styled_table(..., keep_header = FALSE) # S4 method for ANY styled_table(..., keep_header = FALSE)
... | Multiple matrices, data.frames or StyledTable objects that should be concatenated |
---|---|
keep_header | (optional) A logical flag, if the column names of passed
|
A StyledTable object object