| gt.basetheme | R Documentation |
Adds default elements to gt() table
gt.basetheme(
x,
gtopts = "all",
sizepct = 70,
style = 4,
digits = 2,
seps = FALSE,
na_format = "-",
size = "",
interactive = FALSE
)
x |
Input data or |
gtopts |
Which elements to add |
sizepct |
(default: 70) How big to make tables |
style |
(default: 4) Style number (see |
digits |
(default: 2) Number formatting |
seps |
(default: FALSE) Number formatting thousands separators |
na_format |
(default: "-") WHat to show for NAs |
size |
(default: "") Size of text, either |
interactive |
(default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.