View source: R/helperTableFunctions.R
tableStyle | R Documentation |
Supported predefined styles for formatted tables
tableStyle(type = "gt", styleName = "default")
type |
Character string specifying the formatted table class.
See |
styleName |
A character string specifying the style name. Currently, the package supports only one predefined style: "default". |
A code expression for the selected style and table type.
tableStyle("gt")
tableStyle("flextable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.