ui_tooltip {periscope} | R Documentation |
Insert a standardized tooltip
Description
This function inserts a standardized tooltip image, label (optional), and hovertext into the application UI
Usage
ui_tooltip(id, label = "", text = "")
Arguments
id |
character id for the tooltip object |
label |
text label to appear to the left of the tooltip image |
text |
tooltip text shown when the user hovers over the image |
[Package periscope version 1.0.4 Index]