我有一个闪亮的应用程序,有不同类型的多个输入(checkboxGroupInput,sliderInput,dateRangeInput ...)使用默认选定的值。如果输入值与默认值不同,我会尝试在dashboardBody顶部显示一条文本消息。max(dataset_all$date_reception),#the output to show if input is different from default
我使用shiny和shinydashboard。我有一个带有两个tabPanels的tabbox。然后还有另一个框,如果选择了tab1 in tabbox,则显示textOutput("a"),如果选择了tab2,则显示textOutput("b")。为了重现性,我提供了完整的代码,但请注意显示重要部分的注释。library(shiny)
library(sh