Makes a reactive version of a ggiraph object for use in Shiny.
This function is now deprecated, users should
now use function renderGirafe()
.
renderggiraph(expr, env = parent.frame(), quoted = FALSE)
An expression that returns a ggiraph()
object.
The environment in which to evaluate expr.
Is expr
a quoted expression
if (FALSE) {
if( require(shiny) && interactive() ){
app_dir <- file.path( system.file(package = "ggiraph"), "examples/shiny" )
shinyAppDir(appDir = app_dir )
}
}
Run the code above in your browser using DataLab