strip_tt {tinytable} | R Documentation |
Strip elements from a Tiny Table
Description
Strip elements from a Tiny Table
Usage
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
)
Arguments
x |
A table object created by tt() .
|
style |
TRUE reverts style_tt() .
|
format |
TRUE reverts format_tt() .
|
theme |
TRUE reverts theme_tt() .
|
notes |
TRUE reverts the effect of the notes argument from tt() .
|
caption |
TRUE reverts the effect of the caption argument from tt() .
|
group |
TRUE reverts group_tt() .
|
bold |
TRUE reverts the effect of the bold argument from style_tt() .
|
italic |
TRUE reverts the effect of the italic argument from style_tt() .
|
monospace |
TRUE reverts the effect of the monospace argument from style_tt() .
|
underline |
TRUE reverts the effect of the underline argument from style_tt() .
|
strikeout |
TRUE reverts the effect of the strikeout argument from style_tt() .
|
color |
TRUE reverts the effect of the color argument from style_tt() .
|
background |
TRUE reverts the effect of the background argument from style_tt() .
|
fontsize |
TRUE reverts the effect of the fontsize argument from style_tt() .
|
align |
TRUE reverts the effect of the align argument from style_tt() .
|
alignv |
TRUE reverts the effect of the alignv argument from style_tt() .
|
colspan |
TRUE reverts the effect of the colspan argument from style_tt() .
|
rowspan |
TRUE reverts the effect of the rowspan argument from style_tt() .
|
indent |
TRUE reverts the effect of the indent argument from style_tt() .
|
line |
TRUE reverts the effect of the line argument from style_tt() .
|
bootstrap_class |
TRUE reverts the effect of the bootstrap_class argument from style_tt() .
|
bootstrap_css |
TRUE reverts the effect of the bootstrap_css argument from style_tt() .
|
bootstrap_css_rule |
TRUE reverts the effect of the bootstrap_css_rule argument from style_tt() .
|
tabularray_inner |
TRUE reverts the effect of the tabularray_inner argument from style_tt() .
|
tabularray_outer |
TRUE reverts the effect of the tabularray_outer argument from style_tt() .
|
width |
TRUE reverts the effect of the width argument from tt() .
|
Value
An object of class tt
representing the table with stripped styling.
[Package
tinytable version 0.10.0
Index]