如何在不依赖 shiny 的情况下引用反应值?

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

我希望能够引用一个无功值,而不必在每次更改时都刷新。

您可以为此使用 isolate() 函数。干杯。