ggiraph (version 0.4.4)

renderggiraph: Reactive version of ggiraph object

Description

Makes a reactive version of a ggiraph object for use in Shiny.

Usage

renderggiraph(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

An expression that returns a ggiraph object.

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression

Examples

Run this code
# NOT RUN {
if( require(shiny) && interactive() ){
  app_dir <- file.path( system.file(package = "ggiraph"), "shiny" )
  shinyAppDir(appDir = app_dir )
}
# }

Run the code above in your browser using DataCamp Workspace