Skip to content
Back to formatted view

Raw Message

Message-ID: <CAMjJGR0bDJkWM3-kigg_JnWHszFpjpy0f3sWgNm-_BSFA-uK2g@mail.gmail.com>
Date: 2016-03-08T19:35:46Z
From: Michael Peng
Subject: How to avoid endless loop in shiny

Hi,

I added two sliderInput into the app with package "shiny": sliderA and
sliderB. The values in the two sliders are correlated. If I change sliderA,
I used updateSliderInput to update the value in sliderB. And also If I
change sliderB, I used  updateSliderInput to update the value in slideA.

The problem is it is an endless loop. How can I use updateSliderInput
without sending message to update the other slider.

Thank.

	[[alternative HTML version deleted]]