demo/apps/brush-summary/ui.r

library(ggvis)

shinyUI(bootstrapPage(
  ggvisOutput("plot1"),
  h3("Summary of brushed data (sent from client to server)"),
  verbatimTextOutput("brush_data")
))

Try the ggvis package in your browser

Any scripts or data that you put into this service are public.

ggvis documentation built on March 31, 2023, 7:13 p.m.