tooltipOptions {shinyWidgets} | R Documentation |
Tooltip options
Description
List of options for tooltip for a dropdown menu button.
Usage
tooltipOptions(placement = "right", title = "Params", html = FALSE)
Arguments
placement |
Placement of tooltip : right, top, bottom, left. |
title |
Text of the tooltip |
html |
Logical, allow HTML tags inside tooltip |
[Package shinyWidgets version 0.8.6 Index]