2

Can math (latex) be entered into cells in a table generated by gt()? The following produces output that writes latex code rather than translating into desired math symbols.

xxx <- tibble(x="$V_{11}$")
gt(xxx)

Actual result:

x $V_{11}$

The desired result is typeset math.

user2014193
  • 51
  • 1
  • 3

0 Answers0