View source: R/helperFunctions.R
tableStyle | R Documentation |
Supported predefined styles for formatted tables
tableStyle(type = "gt", style = "default")
type |
Character string specifying the formatted table class.
See |
style |
Supported predefined styles. Currently: "default" and "darwin". |
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.