inst/examples/shiny/ui.R

library(shiny)
library(dimple)

shinyUI(fluidPage(
  
  titlePanel("Shiny dimple.js"),
  
  sidebarLayout(
    sidebarPanel(
      checkboxInput("head", label = "Head Only", value = FALSE)
    ),
    mainPanel(
      dimpleOutput("dimple")
    )
  )
))
jjallaire/dimple documentation built on May 19, 2019, 11:37 a.m.