renderggiraph | R Documentation |
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)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.