escape_latex {gt} | R Documentation |
Perform LaTeX escaping
Description
Text may contain several characters with special meanings in LaTeX.
escape_latex()
will transform a character vector so that it is safe to use
within LaTeX tables.
Usage
escape_latex(text)
Arguments
text |
LaTeX text
A character vector containing the text that is to be LaTeX-escaped. |
Value
A character vector.
Function ID
8-29
Function Introduced
v0.2.0.5
(March 31, 2020)
See Also
Other helper functions:
adjust_luminance()
,
cell_borders()
,
cell_fill()
,
cell_text()
,
currency()
,
default_fonts()
,
from_column()
,
google_font()
,
gt_latex_dependencies()
,
html()
,
md()
,
nanoplot_options()
,
pct()
,
px()
,
random_id()
,
row_group()
,
stub()
,
system_fonts()
,
unit_conversion()
[Package gt version 0.11.0 Index]