Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 selectInput 的值发生变化时,我试图在 tabsetPanel 中动态切换活动的 tabPanel。我怎么能做到这一点?
像这样的东西应该可以工作:
observe({ updateTabsetPanel(session, "tabsetId", selected = input$selectInputId) })