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)

Arguments

...

Multiple matrices, data.frames or StyledTable objects that should be concatenated

keep_header

(optional) A logical flag, if the column names of passed data.frame should be written in the first line of the resulting StyledTable object object.

Value

A StyledTable object object