The lines tabxplor prints under a table, resolved: the template's placeholders built, the
user's own lines as written. It is what set_subtext() edits, after the fact.
Usage
tab_footer_text(
x,
medium = c("plain", "console", "html", "md"),
style = NULL,
lang = NULL,
theme = NULL
)Arguments
- x
A
tabxplor_tab.- medium
One of
"plain"(default),"console","html","md".- style
"terse"(the console's compact one-liner) or"prose"(full sentences, the exports' default);NULLfollows the medium.- lang
NULL(fromgetOption("tabxplor.lang")),"en"or"fr".- theme
Palette theme;
NULLfollows the medium's option.
See also
set_subtext() for the template, set_legend_words() for the words.