Skip to content

Instantly share code, notes, and snippets.

@jcheng5
Created March 7, 2014 02:26
Show Gist options
  • Save jcheng5/9403917 to your computer and use it in GitHub Desktop.
Save jcheng5/9403917 to your computer and use it in GitHub Desktop.
shinyServer(function(input, output, session) {
updateSelectInput(session, 'foo', choices=1:11)
})
shinyUI(selectizeInput('foo', 'Foo', c()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment