# NOT RUN {
if (interactive() && require(dash)) {
library(dash)
library(dashHtmlComponents)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlAbbr(children='Hello! htmlAbbr at work!',
title='\U{1F50D} Hover over this line for a few seconds and see the text box appear...')
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab