Skip to content

Instantly share code, notes, and snippets.

@ageller
Last active March 23, 2023 21:57
Show Gist options
  • Save ageller/6b455dbaedc9fdb37c9641855f9eb888 to your computer and use it in GitHub Desktop.
Save ageller/6b455dbaedc9fdb37c9641855f9eb888 to your computer and use it in GitHub Desktop.
A simple sidebarPanel for a Shiny app
sidebarPanel(
selectInput(
"column" : "Data format:", columns
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment