gpt4 book ai didi

css - 如何在 Shiny 的应用程序中突出显示事件代码?

转载 作者:行者123 更新时间:2023-11-28 11:03:33 25 4
gpt4 key购买 nike

有没有办法在代码更改时突出显示 Shiny 的应用程序编码?

例如,“Hello Shiny”示例应用程序:

library(shiny)
runExample("01_hello")

创建包含应用代码的应用。每次执行操作时都会突出显示此代码(突出显示受影响的代码)。

enter image description here

如何使用我自己的应用执行此操作?

最佳答案

也许这可以帮助:

shiny::runApp(display.mode="showcase")

您可以获得关于此的更多信息here .请参见展示模式

如果你直接使用 shinyApp(),试试这个:

shinyApp(ui, server, options = list(display.mode='showcase'))

关于css - 如何在 Shiny 的应用程序中突出显示事件代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43502074/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com