Reactive version of ggiraph object
Makes a reactive version of a ggiraph object for use in Shiny.
renderggiraph(expr, env = parent.frame(), quoted = FALSE)
expr |
An expression that returns a |
env |
The environment in which to evaluate expr. |
quoted |
Is |
## Not run: if( require(shiny) && interactive() ){ app_dir <- file.path( system.file(package = "ggiraph"), "examples/shiny" ) shinyAppDir(appDir = app_dir ) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.