Skip to content

Instantly share code, notes, and snippets.

@jwinternheimer
Created May 29, 2015 01:46
Show Gist options
  • Save jwinternheimer/e622a20efa546912cc06 to your computer and use it in GitHub Desktop.
Save jwinternheimer/e622a20efa546912cc06 to your computer and use it in GitHub Desktop.
diversity-app
shinyUI(fluidPage(
titlePanel("Buffer Diversity Dashboard"),
sidebarLayout(
sidebarPanel(
selectInput("dataset", "Choose a dataset:",
choices = c("buffer", "applicants"))),
mainPanel(
plotOutput("ethnicityPlot")
),
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment