Skip to contents

Text may contain several characters with special meanings in LaTeX. The escape_latex() function will transform a character vector so that it is safe to use within LaTeX tables.

Usage

escape_latex(text)

Arguments

text

LaTeX text

vector<character> // required

A character vector containing the text that is to be LaTeX-escaped.

Value

A character vector.

Function ID

8-28

Function Introduced

v0.2.0.5 (March 31, 2020)