gpt4 book ai didi

R Shiny : Get reactive text without div or span, 只是 "plain"文本

转载 作者:行者123 更新时间:2023-12-02 04:49:10 25 4
gpt4 key购买 nike

我想显示一些 react 性文本,具体取决于用户在我 Shiny 的 UI 中所做的选择。然后我想以正常的 HTML 方式显示此文本,例如:

h2(textOutput("PageTitle"),
style="color: #01519E; margin: 0 10px 20px 10px;"),

如果我在文本输出上使用 inline=TRUE,它也无济于事,因为它从中创建了一个跨度。但我真的想要“纯”文本,而没有任何其他由 shiny 添加的 HTML 标记。这可能吗?

最佳答案

稍后回答,但这里是解决方案:您必须在 div 中传递样式。

div(
h2(
textOutput("PageTitle")
),
style="color: #01519E; margin: 0 10px 20px 10px;"
)

关于R Shiny : Get reactive text without div or span, 只是 "plain"文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30376316/

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