# NOT RUN {
if (interactive() && require(dash)) {
library(dash)
library(dashHtmlComponents)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlP("Here is some text."),
htmlBr(),
htmlP("Here is additional text."),
htmlBr(),
htmlP("See the gap in between the lines?")
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab