Description Usage Arguments Value Examples
Set the appearance of the row headers
1 |
table |
The table to modify |
... |
Styling options for the text, passed to |
The modified table
1 2 3 4 5 6 7 | table <- new_SimplePlotTable(mtcars)
# Print row headers in bold
table <- set_row_header_style(table, face="bold")
# Set headers to flush right
table <- set_row_header_style(table, hjust=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.