renderProcessanimater {processanimateR} | R Documentation |
Renders a SVG process animation suitable to be used by processanimaterOutput.
renderProcessanimater(expr, env = parent.frame(), quoted = FALSE)
expr |
The expression generating a process animation (animate_process). |
env |
The environment in which to evaluate expr. |
quoted |
Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable. |