Render an echarts4r box.
Usage
renderEcharts4rBox(expr, env = parent.frame(), quoted = FALSE)
Arguments
- expr
An expression that produces as
echarts4rBox
.- 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.