Makes a reactive version of girafe object for use in Shiny.
renderGirafe(expr, env = parent.frame(), quoted = FALSE, outputArgs = list())An expression that returns a girafe() object.
The environment in which to evaluate expr.
Is expr a quoted expression
A list of arguments to be passed through to the implicit call to girafeOutput()
when renderGirafe is used in an interactive R Markdown document.