r - {reactlog} 生成的 r Shiny react 日志图形中的 "Theme Counter"是什么?

标签 r shiny

reactlog::r​​eactlog_enable()函数生成一个名为“Theme Counter”的输入节点。有谁知道它代表什么以及它的记录在哪里?

最佳答案

这是一个定义的reactiveVal here用于 create a reactive dependency当为相应的 Shiny session 调用 setCurrentTheme 时。

setCurrentTheme描述如下:

  # This function does three things: (1) sets theme as the current
  # bootstrapTheme, (2) re-executes any registered theme dependencies, and
  # (3) sends the resulting dependencies to the client.

关于r - {reactlog} 生成的 r Shiny react 日志图形中的 "Theme Counter"是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71827613/

相关文章:

r - 在 R/Shiny 中缓存图

css - R Shiny - 两个导航栏页面,每一个都有自定义和标准颜色

r - 通过忽略零长度变量最小化 ggplot 图的绘图大小

python - 如何使用 python 和 rpy2 控制 R 图的显示位置?

r - 在 R 中,如何将时间戳间隔数据拆分为常规插槽?

r - install.package ("matlib")在 RStudio 中显示非零退出状态错误

r - 为什么在 Shiny 中出现 "subscript out of bounds"错误,但在 R 中却没有?

r - 在应用程序内更新传单 map 的 Shiny (R) 问题

r - 如何将多个 fluidRows() 放在一个 Shiny 输出中?

r - 如何在 R 中分离数据集