inst/examples/shiny/funnelD3/ui.R

library(shiny)
library(funnelD3)

shinyUI(fluidPage(

  titlePanel("funnelD3 "),

  sidebarLayout(
    sidebarPanel(
    ),
    mainPanel(
      tabsetPanel(
        tabPanel("Sankey Bar chart Network", sankeyBarChartOutput("sankey"))
      )
    )
  )
))
alberthkcheng/funnelD3 documentation built on May 10, 2019, 8:51 a.m.