R Shiny Make slider value dynamic

后端 未结 4 1707
旧巷少年郎
旧巷少年郎 2021-02-14 09:12

I\'ve got a dropdown selector and a slider scale. I want to render a plot with the drop down selector being the source of data. - I\'ve got this part working

I simply wa

4条回答
  •  没有蜡笔的小新
    2021-02-14 09:45

    Another alternative can be applying a renderUI approach like it is described in one of the shiny gallery examples:

    http://shiny.rstudio.com/gallery/dynamic-ui.html

提交回复
热议问题