styled_table | R Documentation |
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, nrow = NULL)
## S4 method for signature 'ANY'
styled_table(..., keep_header = FALSE, nrow = NULL)
... |
Multiple matrices, data.frames or StyledTable objects that should be concatenated |
keep_header |
(optional) A logical flag, if the column names of passed
|
nrow |
(optional) If the passed object is an atomic vector, then the
it can be transformed into a |
A StyledTable object object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.