inst/shiny/read_delim/ui.R

shinyUI(
  fluidPage(
    useShinyjs(),
    sidebarLayout(
      sidebarPanel(
        h3("Set 1"),
        chord_tbl_1$ui_controller,
        h3("Set 2"),
        chord_tbl_2$ui_controller
      ),
      mainPanel(
        h3("Set 1"),
        chord_tbl_1$ui_view,
        h3("Set 2"),
        chord_tbl_2$ui_view
      )
    )
  )
)
ijlyttle/shinychord documentation built on May 18, 2019, 3:41 a.m.