Andy Yao
Andy Yao

Reputation: 227

How do I reference a reactive value in shiny without being dependent on it?

I want to be able to reference a reactive value without necessarily refreshing every time it changes.

Upvotes: 0

Views: 103

Answers (1)

johnny838
johnny838

Reputation: 932

You can use the isolate() function for that. Cheers.

Upvotes: 4

Related Questions