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,
unicode_conversion = getOption("gt.latex.unicode_convert", default = FALSE)
)See also
Other helper functions:
adjust_luminance(),
cell_borders(),
cell_fill(),
cell_text(),
currency(),
default_fonts(),
from_column(),
google_font(),
gt_latex_dependencies(),
html(),
latex(),
md(),
nanoplot_options(),
pct(),
px(),
random_id(),
row_group(),
stub(),
system_fonts(),
unit_conversion()