Tooltip that only applies a pop up tooltip to specific selections of a shiny radio button.
1 2 3 4 5 6 7 8 | radioTooltip(
id,
choice,
title,
placement = "bottom",
trigger = "hover",
options = NULL
)
|
id |
The ID of the radio button the tooltip should appear on. |
choice |
The choice within the radio buttons that the tooltip should appear on. |
title |
The tooltip message as a string. |
placement |
Where the popover should appear relative to its target
( |
trigger |
What action should cause the popover to appear? ( |
options |
A named list of additional options to be set on the popover. See README for example usage. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.