setStyles | R Documentation |
Set styles of StyledTable cells
setStyles(st, ...)
## S4 method for signature 'StyledTable'
setStyles(
st,
value,
style_name = "",
row_id = NULL,
col_id = NULL,
append_mode = "replace"
)
st |
A StyledTable object |
... |
Various Arguments |
value |
The value that should be set |
style_name |
The name of the style slot that should be set |
row_id |
A vector of row numbers to which the change should be applied to |
col_id |
A vector of col numbers to which the change should be applied to |
append_mode |
A character string that defines if the styling value of the cell should be replaced (append_mode = "replace"), if the new styling should be appended at the end of the current styling value of the cell (append_mode = "appendBehind"), if the new styling should be appended in front of the current styling value of the cell (append_mode = "appendBefore") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.