powered by
Makes a reactive version of a ggiraph object for use in Shiny.
renderggiraph(expr, env = parent.frame(), quoted = FALSE)
An expression that returns a ggiraph object.
ggiraph
The environment in which to evaluate expr.
Is expr a quoted expression
expr
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