Internal alternative Shiny server function. This provides the same functionality as render_maidr() but is no longer recommended for direct use. Use maidr_output() and render_maidr() instead for better consistency.
render_maidr_widget(expr, env = parent.frame(), quoted = FALSE)A Shiny render function for use in server
An expression that returns a ggplot object
The environment in which to evaluate expr
Is expr a quoted expression