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 May 29, 2024, 1:12 a.m.