Skip to content

Instantly share code, notes, and snippets.

@seankross
Created May 26, 2017 20:29
Show Gist options
  • Save seankross/0212d0d3a24ec615026f36d88d02c7d9 to your computer and use it in GitHub Desktop.
Save seankross/0212d0d3a24ec615026f36d88d02c7d9 to your computer and use it in GitHub Desktop.
library(shiny)
miniTabstripPanel(
miniTabPanel("Data", icon = icon("table"),
selectInput("dataset", "Data set", ls("package:datasets"))),
miniTabPanel("Subset", icon = icon("sliders"),
uiOutput("subset_ui")
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment