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
)
An object of class tt
representing the table with stripped styling.
A table object created by tt()
.
TRUE
reverts style_tt()
.
TRUE
reverts format_tt()
.
TRUE
reverts theme_tt()
.
TRUE
reverts the effect of the notes
argument from tt()
.
TRUE
reverts the effect of the caption
argument from tt()
.
TRUE
reverts group_tt()
.
TRUE
reverts the effect of the bold
argument from style_tt()
.
TRUE
reverts the effect of the italic
argument from style_tt()
.
TRUE
reverts the effect of the monospace
argument from style_tt()
.
TRUE
reverts the effect of the underline
argument from style_tt()
.
TRUE
reverts the effect of the strikeout
argument from style_tt()
.
TRUE
reverts the effect of the color
argument from style_tt()
.
TRUE
reverts the effect of the background
argument from style_tt()
.
TRUE
reverts the effect of the fontsize
argument from style_tt()
.
TRUE
reverts the effect of the align
argument from style_tt()
.
TRUE
reverts the effect of the alignv
argument from style_tt()
.
TRUE
reverts the effect of the colspan
argument from style_tt()
.
TRUE
reverts the effect of the rowspan
argument from style_tt()
.
TRUE
reverts the effect of the indent
argument from style_tt()
.
TRUE
reverts the effect of the line
argument from style_tt()
.
TRUE
reverts the effect of the bootstrap_class
argument from style_tt()
.
TRUE
reverts the effect of the bootstrap_css
argument from style_tt()
.
TRUE
reverts the effect of the bootstrap_css_rule
argument from style_tt()
.
TRUE
reverts the effect of the tabularray_inner
argument from style_tt()
.
TRUE
reverts the effect of the tabularray_outer
argument from style_tt()
.
TRUE
reverts the effect of the width
argument from tt()
.