strip_tt | R Documentation |
Strip elements from a Tiny Table
strip_tt(
x,
style = FALSE,
format = FALSE,
theme = FALSE,
notes = FALSE,
caption = FALSE,
group = FALSE,
bold = FALSE,
italic = FALSE,
monospace = FALSE,
underline = FALSE,
strikeout = FALSE,
color = FALSE,
background = FALSE,
fontsize = FALSE,
align = FALSE,
alignv = FALSE,
colspan = FALSE,
rowspan = FALSE,
indent = FALSE,
line = FALSE,
bootstrap_class = FALSE,
bootstrap_css = FALSE,
bootstrap_css_rule = FALSE,
tabularray_inner = FALSE,
tabularray_outer = FALSE,
width = FALSE
)
x |
A table object created by |
style |
|
format |
|
theme |
|
notes |
|
caption |
|
group |
|
bold |
|
italic |
|
monospace |
|
underline |
|
strikeout |
|
color |
|
background |
|
fontsize |
|
align |
|
alignv |
|
colspan |
|
rowspan |
|
indent |
|
line |
|
bootstrap_class |
|
bootstrap_css |
|
bootstrap_css_rule |
|
tabularray_inner |
|
tabularray_outer |
|
width |
|
An object of class tt
representing the table with stripped styling.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.