eqnarray {Pmisc} | R Documentation |
Multiline equation in a markdown table
eqnarray(x, mdToTex = "auto")
x |
a string with latex code for the equation |
mdToTex |
if |
A multi-line equation in an eqnarray or align document is converted to markdown code suitable for conversion to docx.
# backslashes may not appear correctly cat(eqnarray(x= "\x5cbegin{align*} Y_i = & N(u_i, t^2)\x5c\x5c u_i= & X_i B \x5cend{align*}", FALSE) )