spec_popover {kableExtra} | R Documentation |
Setup bootstrap popover
spec_popover(
content = NULL,
title = NULL,
trigger = "hover",
position = "right"
)
content |
content for pop-over message |
title |
title for pop-over message. |
trigger |
Controls how the pop-over message should be triggered.
Possible values include |
position |
How the tooltip should be positioned. Possible values are
|