# NOT RUN {
if (interactive() && require(dash)) {
library(dash)
library(dashHtmlComponents)
app <- Dash$new()
app$layout(htmlDiv(list(
htmlDl(
children= list(htmlDt("Dash for R"),
htmlDd('HtmlDt and htmlDD must be used
within htmlDl'))
)
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab