How to isolate an element of a reactive list in shiny?

My reactivePoll returns a list myData let's say. What I want to do is be able to isolate only when myData$firstel changes. But it seems that any reactive paradigm that updates from myData will update whether myData$firstel changes or myData$secondel changes. Is there a way to solve this? I have tried converting my reactivePoll to a reactiveValues but it doesn't seem to work

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.