Guest User

Untitled

a guest
Jun 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. choose_segment <- reactive({
  2.  
  3. Multiple conditions for dropdown{Due to security cant share the exact code.}
  4.  
  5. })
  6.  
  7. uiOutput(choose_segment())
  8.  
  9. output$chooseSegment1 <- renderUI({
  10. choose_segment()
  11. })
  12. output$chooseSegment2 <- renderUI({
  13. choose_segment()
  14. })
Add Comment
Please, Sign In to add comment