闪亮界面中的信息 bubble/text

Info bubble/text in a shiny interface

是否可以在闪亮的 UI 中将鼠标悬停在特定文本或 UI 元素上时显示信息 bubble/text?

如果 shiny 包不可能,我可以用 renderUI() 渲染什么样的 html/javascript 对象来获得这样的信息文本?

谢谢

Joe Cheng 写了一个帮助弹窗功能

https://gist.github.com/jcheng5/5913297

来自闪亮帮助列表上的 Claude Boivin:

div(class="row-fluid",
      div(class="span8",h4("subject")),
div(class="span1",helpPopup("help_title,includeHTML("www/help_entrer_fait.html"),placement='bottom',trigger='click'))