codegen | R Documentation |
Generate C/MathML/LaTeX/JavaScript code string from a Basic
or VecBasic
object.
codegen(x, type = c("ccode", "mathml", "latex", "jscode"))
x |
A Basic or a VecBasic object. |
type |
One of "ccode", "mathml", "latex" and "jscode". |
A character vector.