withPopover | R Documentation |
Add a popover to an element.
withPopover(
el,
content,
title = NULL,
container = "body",
placement = c("top", "right", "bottom", "left")
)
el |
Element to place popover on. |
content |
Content of the popover. |
title |
Optional popover title. |
container |
container of the popover. |
placement |
Position of the popover. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.