doit | R Documentation |
Perform calculations setup previously
doit(x)
x |
A |
if (has_sympy()) {
x <- symbol('x')
res <- lim(sin(x)/x, "x", 0, doit = FALSE)
res
doit(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.