Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. # output$parameter_lengthPeriod <- renderUI({
  2.  
  3. # switch(input$application,
  4. # "Builds aggregated timeseries based on prices" = numericInput(inputId = "lengthPeriod",
  5. # label = "Please input the length period",
  6. # value = 1,
  7. # min = 0,
  8. # max = 1000,
  9. # step = 1,
  10. # width = NULL))
  11. # })
  12.  
  13. # output$parameter_unitPeriod <- renderUI({
  14.  
  15. # switch(input$application,
  16. # "Builds aggregated timeseries based on prices" = selectInput(inputId = 'parameter_unitPeriod',
  17. # label = "Please select a unit period",
  18. # choices = list("minutes","hours","seconds", "milliseconds", "microseconds")))
  19. # })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement