e2c | R Documentation |
Converts expressions
to characters
.
e2c(x)
x |
|
character
.
Guidotti E (2022). "calculus: High-Dimensional Numerical and Symbolic Calculus in R." Journal of Statistical Software, 104(5), 1-37. doi: 10.18637/jss.v104.i05
Other utilities:
c2e()
,
evaluate()
,
wrap()
### convert expressions expr <- parse(text = "a") e2c(expr) ### convert array of expressions expr <- array(parse(text = "a"), dim = c(2,2)) e2c(expr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.