Widget render function for use in Shiny
renderFormattable(expr, env = parent.frame(), quoted = FALSE)
Arguments
- expr
an expression that generates a valid formattable
object
- 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.