首页 > 解决方案 > 自动预缓存 Shiny renderCachedPlot

问题描述

我想知道是否可以为 renderCachedPlot 预缓存一组初始输入。我无法弄清楚如何做到这一点,我知道 renderCachedPlot 使用摘要来生成哈希,但它也以我无法弄清楚的方式使用一组高度 + 重量。而且我也无法通过查看源代码来弄清楚。

我的确切问题也在这里被问到(没有解决方案):

https://community.rstudio.com/t/pre-caching-shiny-rendercachedplot-the-first-time-automatically/55892

标签: rcachingplotshiny

解决方案


推荐阅读