R有光泽:如何在sidebarPanel中使用textOutput作为标题?

时间:2016-05-09 08:48:52

标签: r shiny

我有一个renderText表达式,它产生一个值(介于1和10之间),我想将它用于侧边栏面板中的标题。我尝试在主面板中使用textOutput()。但是,它没有用。我的目标是拥有以下内容:

h3(paste("the number should be", textOutput()))

0 个答案:

没有答案