Quantcast
Channel: eventReactive with multiple eventExpr and output depends on which eventExpr triggered the reactive function - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Florian for eventReactive with multiple eventExpr and output...

You could make two separate observeEvents that listen to one of both inputs. Working example:library(shiny)ui = fluidPage( selectInput(inputId = "Client", label = "Choose Client", choices = c("A", "B",...

View Article



eventReactive with multiple eventExpr and output depends on which eventExpr...

I'm working on a shiny application that has a reactive variable with multiple eventExpr triggers in an eventReactive function. Is there a way to place an if within the eventReactive function to change...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images