infoSign <- '\ud83d\udcad'
tooltip <- function(text, elem, pos='bottom') {
div(
ilDiv(elem),
span(infoSign, style='cursor:help; vertical-align:80%;', `data-toggle`='tooltip', `data-placement`=pos, title=text)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.