请参阅以下玩具示例。 任何帮助将不胜感激!谢谢!
=ARRAYFORMULA(SUM(IF(C3=C$3:C$80,D$3:D$80)))
答案 0 :(得分:4)
您可以使用HTML
这样的功能:
library(shiny)
shinyApp(
ui = fluidPage(
actionButton("btnId", HTML("I want a line break here <br/> since the label is too long"))),
server = function(input, output){})