with_tooltip {gtExtras} | R Documentation |
A helper to add basic tooltip inside a gt table
Description
This is a lightweight helper to add tooltip, typically to be
used within gt::cols_label()
.
Usage
with_tooltip(label, tooltip)
Arguments
label |
The label for the item with a tooltip |
tooltip |
The text based tooltip for the item |
Value
HTML text
[Package gtExtras version 0.5.0 Index]