问题描述
大家好,
我正在使用runtime: shiny
运行flexdashboard,并且第二次运行该应用程序后,文本输出不会显示。
我的代码如下:
---
title: "Test"
output:
flexdashboard::flex_dashboard:
orientation: rows
vertical_layout: scroll
runtime: shiny
---
Operator
======================================================================================================
```{r setup,include=FALSE}
library(flexdashboard)
library(shiny)
列{data-width = 650}
图表A
verbatimtextoutput("time")
output$time <- renderPrint({
invalidateLater(1000)
Sys.time()
})
我尝试删除runtime: shiny
,但可以,但是我打算在服务器上运行此仪表板。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)