ggiraph (version 0.3.0)

ggiraphOutput: Create a ggiraph output element

Description

Render a ggiraph within an application page.

Usage

ggiraphOutput(outputId, width = "100%", height = "500px")

Arguments

outputId
output variable to read the ggiraph from.
width
widget width
height
widget height

Examples

Run this code
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