radioTooltip: Tooltip that only applies a pop up tooltip to specific...

Description Usage Arguments

View source: R/radioTooltip.R

Description

Tooltip that only applies a pop up tooltip to specific selections of a shiny radio button.

Usage

1
2
3
4
5
6
7
8
radioTooltip(
  id,
  choice,
  title,
  placement = "bottom",
  trigger = "hover",
  options = NULL
)

Arguments

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 (top, bottom, left, or right). Defaults to "bottom".

trigger

What action should cause the popover to appear? (hover, focus, click, or manual). Defaults to "hover".

options

A named list of additional options to be set on the popover.

See README for example usage.


SamA-DS/Rbduk documentation built on May 1, 2021, 5:29 a.m.