eval_to_symbol | R Documentation |
Create a symbol from a string
eval_to_symbol(x)
x |
String to evaluate |
A caracas_symbol
if (has_sympy()) { x <- symbol('x') (1+1)*x^2 lim(sin(x)/x, "x", 0) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.