Skip to content

Instantly share code, notes, and snippets.

@davidcomfort
Created December 6, 2015 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcomfort/da5234b48370b9626a4c to your computer and use it in GitHub Desktop.
Save davidcomfort/da5234b48370b9626a4c to your computer and use it in GitHub Desktop.
ui = fluidPage(
sidebarLayout(
# Sidebar with a slider input
sidebarPanel(
checkboxGroupInput("Sub.Region", label = h4("Select Region"), myChoices, selected = myChoices),
submitButton(text="Ready")
),
# Show a plot
mainPanel(
htmlOutput("motionchart")
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment